public interface JavaHasAnnotations
Purpose:A superinterface for those interfaces which represent JDK Annotations.
Responsibilities:
Annotation, org.eclipse.persistence.jaxb20.javamodel.JavaAnnotation| Modifier and Type | Method and Description | 
|---|---|
JavaAnnotation | 
getAnnotation(JavaClass arg0)  | 
java.util.Collection | 
getAnnotations()  | 
JavaAnnotation | 
getDeclaredAnnotation(JavaClass arg0)  | 
java.util.Collection | 
getDeclaredAnnotations()  | 
JavaAnnotation getAnnotation(JavaClass arg0)
java.util.Collection getAnnotations()
JavaAnnotation getDeclaredAnnotation(JavaClass arg0)
java.util.Collection getDeclaredAnnotations()