Uses of Class
com.sun.codemodel.JAnnotationValue
Packages that use JAnnotationValue
-
Uses of JAnnotationValue in com.sun.codemodel
Subclasses of JAnnotationValue in com.sun.codemodelModifier and TypeClassDescriptionfinal class
Represents an arrays as annotation members(package private) final class
Captures the value of the annotation.final class
Represents an annotation on a program element.Fields in com.sun.codemodel with type parameters of type JAnnotationValueModifier and TypeFieldDescriptionprivate Map
<String, JAnnotationValue> JAnnotationUse.memberValues
Map of member values.private final List
<JAnnotationValue> JAnnotationArrayMember.values
Methods in com.sun.codemodel that return types with arguments of type JAnnotationValueMethods in com.sun.codemodel with parameters of type JAnnotationValueModifier and TypeMethodDescriptionprivate void
JAnnotationUse.addValue
(String name, JAnnotationValue annotationValue)