Uses of Interface
org.jboss.jdeparser.JAnnotationArray
-
Uses of JAnnotationArray in org.jboss.jdeparser
Methods in org.jboss.jdeparser that return JAnnotationArrayModifier and TypeMethodDescriptionJAnnotation.annotationArrayValue
(Class<? extends Annotation> type) Set the "value" property of this annotation to an array of nested annotations of the given type.JAnnotation.annotationArrayValue
(String type) Set the "value" property of this annotation to an array of nested annotations of the given type.JAnnotation.annotationArrayValue
(String name, Class<? extends Annotation> type) Set the named property of this annotation to an array of nested annotations of the given type.JAnnotation.annotationArrayValue
(String name, String type) Set the named property of this annotation to an array of nested annotations of the given type.JAnnotation.annotationArrayValue
(String name, JType type) Set the named property of this annotation to an array of nested annotations of the given type.JAnnotation.annotationArrayValue
(JType type) Set the "value" property of this annotation to an array of nested annotations of the given type.