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) |
Modifier and Type | Method and Description |
---|---|
Map |
getComponents() |
Annotation |
getJavaAnnotation() |
String |
getName() |
public JavaAnnotationImpl(Annotation javaAnnotation)
public Annotation getJavaAnnotation()
public Map getComponents()
getComponents
in interface JavaAnnotation
public String getName()
getName
in interface JavaAnnotation
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.