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

AnnotationDesc

public interface AnnotationDesc
Represents an annotation. An annotation associates a value with each element of 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.AnnotationTypeDocannotationType()
Returns the annotation type of this annotation.

return
the annotation type of this annotation.

public com.sun.javadoc.AnnotationDesc$ElementValuePair[]elementValues()
Returns this annotation's elements and their values. Only those explicitly present in the annotation are included, not those assuming their default values. Returns an empty array if there are none.

return
this annotation's elements and their values.