Uses of Class
org.exolab.javasource.JAnnotationTypeElement
Packages that use JAnnotationTypeElement
Package
Description
This package contains classes that represent Java Source objects for Castor XML
code generator.
-
Uses of JAnnotationTypeElement in org.exolab.javasource
Methods in org.exolab.javasource that return JAnnotationTypeElementModifier and TypeMethodDescriptionJAnnotationType.getElement
(String name) Returns the member with the given name, or null if no member was found with the given name.JAnnotationType.getElements()
Returns an Array containing all our JAnnotationTypeElements.Methods in org.exolab.javasource with parameters of type JAnnotationTypeElementModifier and TypeMethodDescriptionvoid
JAnnotationType.addElement
(JAnnotationTypeElement jElement) Adds the given JAnnotationTypeElement to this JAnnotationType.