Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


org.eclipse.persistence.jaxb.javamodel.reflection
Class JavaAnnotationImpl

java.lang.Object
  extended by org.eclipse.persistence.jaxb.javamodel.reflection.JavaAnnotationImpl

All Implemented Interfaces:
JavaAnnotation

public class JavaAnnotationImpl
extends java.lang.Object
implements 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:

Since:
Oracle TopLink 11.1.1.0.0
See Also:
JavaAnnotation, Annotation

Field Summary
(package private)  java.lang.annotation.Annotation jAnnotation
           

 

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

 

Field Detail

jAnnotation

java.lang.annotation.Annotation jAnnotation

Constructor Detail

JavaAnnotationImpl

public JavaAnnotationImpl(java.lang.annotation.Annotation javaAnnotation)

Method Detail

getJavaAnnotation

public java.lang.annotation.Annotation getJavaAnnotation()

getComponents

public java.util.Map getComponents()
Specified by:
getComponents in interface JavaAnnotation

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.