public class JavaAnnotationImpl extends 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(Annotation javaAnnotation) |
public JavaAnnotationImpl(Annotation javaAnnotation)
public Annotation getJavaAnnotation()
public Map getComponents()
getComponents
in interface JavaAnnotation
public String getName()
getName
in interface JavaAnnotation