站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Uses of Class org.netbeans.modules.classfile.Annotation (Classfile Reader) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.classfile/1 1.19

Uses of Class
org.netbeans.modules.classfile.Annotation

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 all runtime annotations defined for this field.
 Collection<Annotation> ClassFile.getAnnotations()
          Returns all runtime annotations defined for this class.
 


org.netbeans.modules.classfile/1 1.19

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.