Uses of Interface
gw.gosudoc.com.sun.javadoc.AnnotatedType
-
Packages that use AnnotatedType Package Description gw.gosudoc.com.sun.javadoc Note: The declarations in this package have been superseded by those in the packagejdk.javadoc.doclet
.gw.gosudoc.com.sun.tools.javadoc.main -
-
Uses of AnnotatedType in gw.gosudoc.com.sun.javadoc
Methods in gw.gosudoc.com.sun.javadoc that return AnnotatedType Modifier and Type Method Description AnnotatedType
Type. asAnnotatedType()
Deprecated.Returns this type as aAnnotatedType
if it represents an annotated type. -
Uses of AnnotatedType in gw.gosudoc.com.sun.tools.javadoc.main
Classes in gw.gosudoc.com.sun.tools.javadoc.main that implement AnnotatedType Modifier and Type Class Description class
AnnotatedTypeImpl
Deprecated.Methods in gw.gosudoc.com.sun.tools.javadoc.main that return AnnotatedType Modifier and Type Method Description AnnotatedType
AnnotatedTypeImpl. asAnnotatedType()
Deprecated.AnnotatedType
ClassDocImpl. asAnnotatedType()
Deprecated.Returns null, as this is not an annotated type.
-