FileDocCategorySizeDatePackage
AnnotationTypeDeclaration.javaAPI DocJava SE 5 API857Fri Aug 26 14:55:14 BST 2005com.sun.mirror.declaration

AnnotationTypeDeclaration

public interface AnnotationTypeDeclaration implements InterfaceDeclaration
Represents the declaration of an annotation type.
author
Joseph D. Darcy
author
Scott Seligman
version
1.2 04/04/20
since
1.5

Fields Summary
Constructors Summary
Methods Summary
public java.util.CollectiongetMethods()
Returns the annotation type elements of this annotation type. These are the methods that are directly declared in the type's declaration.

return
the annotation type elements of this annotation type, or an empty collection if there are none