|
org.netbeans.modules.classfile/1 1.19 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Annotation in org.netbeans.modules.classfile |
---|
Methods in org.netbeans.modules.classfile that return Annotation | |
---|---|
Annotation |
Field.getAnnotation(ClassName annotationClass)
Returns the annotation for a specified annotation type, or null if no annotation of that type exists for this field. |
Annotation |
ClassFile.getAnnotation(ClassName annotationClass)
Returns the annotation for a specified annotation type, or null if no annotation of that type exists for this class. |
Annotation |
NestedElementValue.getNestedValue()
Returns the value of this component, which is an Annotation. |
Methods in org.netbeans.modules.classfile that return types with arguments of type Annotation | |
---|---|
Collection<Annotation> |
Field.getAnnotations()
Returns al |
Collection<Annotation> |
ClassFile.getAnnotations()
Returns all runtime annotations defined for this class. |
|
org.netbeans.modules.classfile/1 1.19 | |||||||||
PREV NEXT | FRAMES NO FRAMES |