Module org.eclipse.persistence.moxy
Class JavaAnnotationImpl
java.lang.Object
org.eclipse.persistence.jaxb.javamodel.reflection.JavaAnnotationImpl
- All Implemented Interfaces:
JavaAnnotation
INTERNAL:
Purpose:A wrapper class for a JDK Annotation. This implementation of the TopLink JAXB 2.0 Java model simply makes reflective calls on the underlying JDK object - in this case the Annotation itself is returned.
Responsibilities:
- Provide access to the underlying JDK Annotation
- Since:
- Oracle TopLink 11.1.1.0.0
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
JavaAnnotationImpl
-
-
Method Details
-
getJavaAnnotation
-
getComponents
- Specified by:
getComponents
in interfaceJavaAnnotation
-
getName
- Specified by:
getName
in interfaceJavaAnnotation
-