当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
NestedElementValue (Classfile Reader) - NetBeans API Javadoc (Current Development Version)
org.netbeans.modules.classfile
Class NestedElementValue
java.lang.Object
org.netbeans.modules.classfile.ElementValue
org.netbeans.modules.classfile.NestedElementValue
public final class NestedElementValue
- extends ElementValue
NestedElementValue: an annotation on a program element that is
another annotation. The value for this annotation is the
nested AnnotationComponent.
getNestedValue
public final Annotation getNestedValue()
- Returns the value of this component, which is an Annotation.
toString
public String toString()
- Overrides:
toString
in class Object