Uses of Interface
com.sun.javadoc.AnnotationDesc
- 
Packages that use AnnotationDesc Package Description com.sun.javadoc Note: The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet.
- 
- 
Uses of AnnotationDesc in com.sun.javadocMethods in com.sun.javadoc that return AnnotationDesc Modifier and Type Method Description AnnotationDesc[]AnnotatedType. annotations()Deprecated, for removal: This API element is subject to removal in a future version.Returns the annotations associated with this type.AnnotationDesc[]PackageDoc. annotations()Deprecated, for removal: This API element is subject to removal in a future version.Get the annotations of this package.AnnotationDesc[]Parameter. annotations()Deprecated, for removal: This API element is subject to removal in a future version.Get the annotations of this parameter.AnnotationDesc[]ProgramElementDoc. annotations()Deprecated, for removal: This API element is subject to removal in a future version.Get the annotations of this program element.AnnotationDesc[]TypeVariable. annotations()Deprecated, for removal: This API element is subject to removal in a future version.Get the annotations of this program element.
 
-