Uses of Interface
gw.gosudoc.com.sun.javadoc.AnnotationDesc.ElementValuePair
-
Packages that use AnnotationDesc.ElementValuePair 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 AnnotationDesc.ElementValuePair in gw.gosudoc.com.sun.javadoc
Methods in gw.gosudoc.com.sun.javadoc that return AnnotationDesc.ElementValuePair Modifier and Type Method Description AnnotationDesc.ElementValuePair[]
AnnotationDesc. elementValues()
Deprecated.Returns this annotation's elements and their values. -
Uses of AnnotationDesc.ElementValuePair in gw.gosudoc.com.sun.tools.javadoc.main
Classes in gw.gosudoc.com.sun.tools.javadoc.main that implement AnnotationDesc.ElementValuePair Modifier and Type Class Description static class
AnnotationDescImpl.ElementValuePairImpl
Deprecated.Represents an association between an annotation type element and one of its values.Methods in gw.gosudoc.com.sun.tools.javadoc.main that return AnnotationDesc.ElementValuePair Modifier and Type Method Description AnnotationDesc.ElementValuePair[]
AnnotationDescImpl. elementValues()
Deprecated.Returns this annotation's elements and their values.
-