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

AnnotationTypeElementDeclaration

public interface AnnotationTypeElementDeclaration implements MethodDeclaration
Represents an element of an annotation type.
author
Joe Darcy
author
Scott Seligman
version
1.3 04/04/20
since
1.5

Fields Summary
Constructors Summary
Methods Summary
public com.sun.mirror.declaration.AnnotationTypeDeclarationgetDeclaringType()
{@inheritDoc}

public com.sun.mirror.declaration.AnnotationValuegetDefaultValue()
Returns the default value of this element.

return
the default value of this element, or null if this element has no default.