Interface AnnotationTypeElementDoc

All Superinterfaces:
Comparable<Object>, Doc, ExecutableMemberDoc, MemberDoc, MethodDoc, ProgramElementDoc
All Known Implementing Classes:
AnnotationTypeElementDocImpl

@Deprecated public interface AnnotationTypeElementDoc extends MethodDoc
Deprecated.
The declarations in this package have been superseded by those in the package jdk.javadoc.doclet. For more information, see the Migration Guide in the documentation for that package.
Represents an element of an annotation type.
Since:
1.5
  • Method Details

    • defaultValue

      AnnotationValue defaultValue()
      Deprecated.
      Returns the default value of this element. Returns null if this element has no default.
      Returns:
      the default value of this element.