Package gw.gosudoc.com.sun.javadoc
Interface AnnotationDesc
- All Known Implementing Classes:
AnnotationDescImpl
Deprecated.
Represents an annotation.
An annotation associates a value with each element of an annotation type.
- Since:
- 1.5
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Deprecated.The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the annotation type of this annotation.Deprecated.Returns this annotation's elements and their values.boolean
Deprecated.Check for the synthesized bit on the annotation.
-
Method Details
-
annotationType
AnnotationTypeDoc annotationType()Deprecated.Returns the annotation type of this annotation.- Returns:
- the annotation type of this annotation.
-
elementValues
AnnotationDesc.ElementValuePair[] elementValues()Deprecated.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.- Returns:
- this annotation's elements and their values.
-
isSynthesized
boolean isSynthesized()Deprecated.Check for the synthesized bit on the annotation.- Returns:
- true if the annotation is synthesized.
-
jdk.javadoc.doclet
. For more information, see the Migration Guide in the documentation for that package.