public interface JavaHasAnnotations
Purpose:A superinterface for those interfaces which represent JDK Annotations.
Responsibilities:
Annotation
,
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()