Uses of Interface
com.sun.mirror.declaration.AnnotationValue
Packages that use AnnotationValue
Package
Description
Interfaces used to model program element declarations.
-
Uses of AnnotationValue in com.sun.mirror.declaration
Methods in com.sun.mirror.declaration that return AnnotationValueModifier and TypeMethodDescriptionAnnotationTypeElementDeclaration.getDefaultValue()
Returns the default value of this element.Methods in com.sun.mirror.declaration that return types with arguments of type AnnotationValueModifier and TypeMethodDescriptionAnnotationMirror.getElementValues()
Returns this annotation's elements and their values.