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

AnnotationTypeElementDoc

public interface AnnotationTypeElementDoc implements MethodDoc
Represents an 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.AnnotationValuedefaultValue()
Returns the default value of this element. Returns null if this element has no default.

return
the default value of this element.