org.eclipse.persistence.jaxb.javamodel
Interface JavaAnnotation
- All Known Implementing Classes:
- JavaAnnotationImpl, XJCJavaAnnotationImpl
public interface JavaAnnotation
INTERNAL:
Purpose:A TopLink JAXB 2.0 Java model representation of a JDK Annotation.
Responsibilities:
- Provide the annotation's name
- Provide a map of components (declared members) for this annotation type
- See Also:
Annotation
- Since:
- Oracle TopLink 11.1.1.0.0
getComponents
java.util.Map getComponents()
getName
java.lang.String getName()