|
org.netbeans.modules.classfile/1 1.19 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.modules.classfile.Annotation
public class Annotation
Annotation: a single annotation on a program element.
Method Summary | |
---|---|
AnnotationComponent |
getComponent(String name)
Returns the named component for this annotation, or null if no component with that name exists. |
AnnotationComponent[] |
getComponents()
Returns the named components for this annotation, as an array of AnnotationComponents. |
ClassName |
getType()
Returns the annotation type. |
boolean |
isRuntimeVisible()
Returns true if this annotation is loaded by the Java Virtual Machine to be available via the Java reflection facility. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public final ClassName getType()
public final AnnotationComponent[] getComponents()
public final AnnotationComponent getComponent(String name)
public boolean isRuntimeVisible()
public String toString()
|
org.netbeans.modules.classfile/1 1.19 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |