Uses of Class
com.sun.codemodel.JAnnotationValue
-
Packages that use JAnnotationValue Package Description com.sun.codemodel Library for generating Java source code -
-
Uses of JAnnotationValue in com.sun.codemodel
Subclasses of JAnnotationValue in com.sun.codemodel Modifier and Type Class Description classJAnnotationArrayMemberRepresents an arrays as annotation members(package private) classJAnnotationStringValueCaptures the value of the annotation.classJAnnotationUseRepresents an annotation on a program element.Fields in com.sun.codemodel with type parameters of type JAnnotationValue Modifier and Type Field Description private java.util.Map<java.lang.String,JAnnotationValue>JAnnotationUse. memberValuesMap of member values.private java.util.List<JAnnotationValue>JAnnotationArrayMember. valuesMethods in com.sun.codemodel that return types with arguments of type JAnnotationValue Modifier and Type Method Description java.util.Map<java.lang.String,JAnnotationValue>JAnnotationUse. getAnnotationMembers()Methods in com.sun.codemodel with parameters of type JAnnotationValue Modifier and Type Method Description private voidJAnnotationUse. addValue(java.lang.String name, JAnnotationValue annotationValue)
-