Uses of Class
org.exolab.javasource.JAnnotationType
Packages that use JAnnotationType
Package
Description
This package contains classes that represent Java Source objects for Castor XML
code generator.
-
Uses of JAnnotationType in org.exolab.javasource
Methods in org.exolab.javasource that return JAnnotationTypeModifier and TypeMethodDescriptionJAnnotation.getAnnotationType()Returns the JAnnotationType associated with this JAnnotation.Methods in org.exolab.javasource with parameters of type JAnnotationTypeModifier and TypeMethodDescriptionJAnnotatedElement.getAnnotation(JAnnotationType annotationType) Retrieves a JAnnotation for the given JAnnotationType, returns null if no annotation has been set.final JAnnotationJAnnotatedElementHelper.getAnnotation(JAnnotationType annotationType) Retrieves a JAnnotation for the given JAnnotationType, returns null if no annotation has been set.JMethod.getAnnotation(JAnnotationType annotationType) Retrieves a JAnnotation for the given JAnnotationType, returns null if no annotation has been set.final JAnnotationJStructure.getAnnotation(JAnnotationType annotationType) Retrieves a JAnnotation for the given JAnnotationType, returns null if no annotation has been set.booleanJAnnotatedElement.isAnnotationPresent(JAnnotationType annotationType) Returns true if a JAnnotation exists for the given JAnnotationType.final booleanJAnnotatedElementHelper.isAnnotationPresent(JAnnotationType annotationType) Returns true if a JAnnotation exists for the given JAnnotationType.booleanJMethod.isAnnotationPresent(JAnnotationType annotationType) Returns true if a JAnnotation exists for the given JAnnotationType.final booleanJStructure.isAnnotationPresent(JAnnotationType annotationType) Returns true if a JAnnotation exists for the given JAnnotationType.JAnnotatedElement.removeAnnotation(JAnnotationType annotationType) Removes the JAnnotation from this source element for the given JAnnotationType.final JAnnotationJAnnotatedElementHelper.removeAnnotation(JAnnotationType annotationType) Removes the JAnnotation from this source element for the given JAnnotationType.JMethod.removeAnnotation(JAnnotationType annotationType) Removes the JAnnotation from this source element for the given JAnnotationType.final JAnnotationJStructure.removeAnnotation(JAnnotationType annotationType) Removes the JAnnotation from this source element for the given JAnnotationType.Constructors in org.exolab.javasource with parameters of type JAnnotationTypeModifierConstructorDescriptionJAnnotation(JAnnotationType annotationType) Constructs a JAnnotation for the given annotation type.