|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JAnnotationType | |
|---|---|
| org.exolab.javasource | 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 JAnnotationType | |
|---|---|
JAnnotationType |
JAnnotation.getAnnotationType()
Returns the JAnnotationType associated with this JAnnotation. |
| Methods in org.exolab.javasource with parameters of type JAnnotationType | |
|---|---|
JAnnotation |
JAnnotatedElement.getAnnotation(JAnnotationType annotationType)
Retrieves a JAnnotation for the given JAnnotationType, returns null if no annotation has been set. |
JAnnotation |
JStructure.getAnnotation(JAnnotationType annotationType)
Retrieves a JAnnotation for the given JAnnotationType, returns null if no annotation has been set. |
JAnnotation |
JMethod.getAnnotation(JAnnotationType annotationType)
Retrieves a JAnnotation for the given JAnnotationType, returns null if no annotation has been set. |
JAnnotation |
JAnnotatedElementHelper.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. |
boolean |
JStructure.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. |
boolean |
JAnnotatedElementHelper.isAnnotationPresent(JAnnotationType annotationType)
Returns true if a JAnnotation exists for the given JAnnotationType. |
JAnnotation |
JAnnotatedElement.removeAnnotation(JAnnotationType annotationType)
Removes the JAnnotation from this source element for the given JAnnotationType. |
JAnnotation |
JStructure.removeAnnotation(JAnnotationType annotationType)
Removes the JAnnotation from this source element for the given JAnnotationType. |
JAnnotation |
JMethod.removeAnnotation(JAnnotationType annotationType)
Removes the JAnnotation from this source element for the given JAnnotationType. |
JAnnotation |
JAnnotatedElementHelper.removeAnnotation(JAnnotationType annotationType)
Removes the JAnnotation from this source element for the given JAnnotationType. |
| Constructors in org.exolab.javasource with parameters of type JAnnotationType | |
|---|---|
JAnnotation(JAnnotationType annotationType)
Constructs a JAnnotation for the given annotation type. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||