Uses of Class
org.jboss.jdeparser.JAnnotationValue
Packages that use JAnnotationValue
-
Uses of JAnnotationValue in org.jboss.jdeparser
Subclasses of JAnnotationValue in org.jboss.jdeparserModifier and TypeClassDescriptionfinal classRepresents an arrays as annotation members(package private) final classCaptures the value of the annotation.final classRepresents an annotation on a program element.Fields in org.jboss.jdeparser with type parameters of type JAnnotationValueModifier and TypeFieldDescriptionprivate Map<String, JAnnotationValue> JAnnotationUse.memberValuesMap of member values.private final List<JAnnotationValue> JAnnotationArrayMember.valuesMethods in org.jboss.jdeparser that return types with arguments of type JAnnotationValueMethods in org.jboss.jdeparser with parameters of type JAnnotationValueModifier and TypeMethodDescriptionprivate voidJAnnotationUse.addValue(String name, JAnnotationValue annotationValue)