当前页面:
在线文档首页 >
JDK 5 Documentation v6.0, Java 2 SDK 英文文档
AnnotationTypeDoc (Doclet API) - JDK 5 Documentation v6.0, Java 2 SDK 英文文档
com.sun.javadoc
Interface AnnotationTypeDoc
- All Superinterfaces:
- ClassDoc, Comparable<Object>, Doc, ProgramElementDoc, Type
public interface AnnotationTypeDoc
- extends ClassDoc
Represents an annotation type.
- Since:
- 1.5
| Methods inherited from interface com.sun.javadoc.ClassDoc |
constructors, constructors, definesSerializableFields, enumConstants, fields, fields, findClass, importedClasses, importedPackages, innerClasses, innerClasses, interfaces, interfaceTypes, isAbstract, isExternalizable, isSerializable, methods, methods, serializableFields, serializationMethods, subclassOf, superclass, superclassType, typeParameters, typeParamTags |
| Methods inherited from interface com.sun.javadoc.ProgramElementDoc |
annotations, containingClass, containingPackage, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, modifiers, modifierSpecifier, qualifiedName |
| Methods inherited from interface com.sun.javadoc.Doc |
commentText, compareTo, firstSentenceTags, getRawCommentText, inlineTags, isAnnotationType, isAnnotationTypeElement, isClass, isConstructor, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, position, seeTags, setRawCommentText, tags, tags |
| Methods inherited from interface com.sun.javadoc.Type |
asAnnotationTypeDoc, asClassDoc, asParameterizedType, asTypeVariable, asWildcardType, dimension, isPrimitive, qualifiedTypeName, simpleTypeName, toString, typeName |
elements
AnnotationTypeElementDoc[] elements()
- Returns the elements of this annotation type.
Returns an empty array if there are none.
- Returns:
- the elements of this annotation type.
Submit a bug or feature
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2006 Sun Microsystems, Inc. 4150 Network Circle
Santa Clara, California, 95054, U.S.A. All Rights Reserved.