public class JavaAnnotationImpl extends java.lang.Object implements JavaAnnotation
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:
JavaAnnotation
,
Annotation
Constructor and Description |
---|
JavaAnnotationImpl(java.lang.annotation.Annotation javaAnnotation) |
Modifier and Type | Method and Description |
---|---|
java.util.Map |
getComponents() |
java.lang.annotation.Annotation |
getJavaAnnotation() |
java.lang.String |
getName() |
public JavaAnnotationImpl(java.lang.annotation.Annotation javaAnnotation)
public java.lang.annotation.Annotation getJavaAnnotation()
public java.util.Map getComponents()
getComponents
in interface JavaAnnotation
public java.lang.String getName()
getName
in interface JavaAnnotation