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 JAnnotation
JAnnotatedElementHelper.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 JAnnotation
JStructure.getAnnotation
(JAnnotationType annotationType) Retrieves a JAnnotation for the given JAnnotationType, returns null if no annotation has been set.boolean
JAnnotatedElement.isAnnotationPresent
(JAnnotationType annotationType) Returns true if a JAnnotation exists for the given JAnnotationType.final boolean
JAnnotatedElementHelper.isAnnotationPresent
(JAnnotationType annotationType) Returns true if a JAnnotation exists for the given JAnnotationType.boolean
JMethod.isAnnotationPresent
(JAnnotationType annotationType) Returns true if a JAnnotation exists for the given JAnnotationType.final boolean
JStructure.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 JAnnotation
JAnnotatedElementHelper.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 JAnnotation
JStructure.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.