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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map
getComponents()
java.lang.String
getName()
-