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) |
Collection |
getAnnotations() |
JavaAnnotation |
getDeclaredAnnotation(JavaClass arg0) |
Collection |
getDeclaredAnnotations() |
JavaAnnotation getAnnotation(JavaClass arg0)
Collection getAnnotations()
JavaAnnotation getDeclaredAnnotation(JavaClass arg0)
Collection getDeclaredAnnotations()
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.