FileDocCategorySizeDatePackage
AnnotationTypeDoc.javaAPI DocJava SE 5 API600Fri Aug 26 14:54:54 BST 2005com.sun.javadoc

AnnotationTypeDoc

public interface AnnotationTypeDoc implements ClassDoc
Represents an annotation type.
author
Scott Seligman
version
1.3 04/04/08
since
1.5

Fields Summary
Constructors Summary
Methods Summary
public com.sun.javadoc.AnnotationTypeElementDoc[]elements()
Returns the elements of this annotation type. Returns an empty array if there are none.

return
the elements of this annotation type.