Uses of Interface
com.sun.javadoc.AnnotationTypeDoc
-
Packages that use AnnotationTypeDoc Package Description com.sun.javadoc Note: The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
. -
-
Uses of AnnotationTypeDoc in com.sun.javadoc
Methods in com.sun.javadoc that return AnnotationTypeDoc Modifier and Type Method Description AnnotationTypeDoc
AnnotationDesc. annotationType()
Deprecated, for removal: This API element is subject to removal in a future version.Returns the annotation type of this annotation.AnnotationTypeDoc[]
PackageDoc. annotationTypes()
Deprecated, for removal: This API element is subject to removal in a future version.Get included annotation types in this package.AnnotationTypeDoc
Type. asAnnotationTypeDoc()
Deprecated, for removal: This API element is subject to removal in a future version.Return this type as anAnnotationTypeDoc
if it represents an annotation type.
-