|
Oracle® Fusion Middleware Java API Reference for EclipseLink 11g Release 1 (11.1.1) E26376-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
org.eclipse.persistence.jaxb.javamodel.reflection.JavaAnnotationImpl
public class JavaAnnotationImpl
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:
JavaAnnotation
, Annotation
Constructor Summary | |
---|---|
JavaAnnotationImpl(java.lang.annotation.Annotation javaAnnotation) |
Method Summary | |
---|---|
java.util.Map |
getComponents() |
java.lang.annotation.Annotation |
getJavaAnnotation() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavaAnnotationImpl(java.lang.annotation.Annotation javaAnnotation)
Method Detail |
---|
public java.lang.annotation.Annotation getJavaAnnotation()
public java.util.Map getComponents()
getComponents
in interface JavaAnnotation
|
Oracle® Fusion Middleware Java API Reference for EclipseLink 11g Release 1 (11.1.1) E26376-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |