Uses of Interface
org.jboss.jdeparser.JAnnotationArray
-
Uses of JAnnotationArray in org.jboss.jdeparser
Classes in org.jboss.jdeparser that implement JAnnotationArrayMethods in org.jboss.jdeparser that return JAnnotationArrayModifier and TypeMethodDescriptionImplJAnnotation.annotationArrayValue
(Class<? extends Annotation> type) ImplJAnnotation.annotationArrayValue
(String type) ImplJAnnotation.annotationArrayValue
(String name, Class<? extends Annotation> type) ImplJAnnotation.annotationArrayValue
(String name, String type) ImplJAnnotation.annotationArrayValue
(String name, JType type) ImplJAnnotation.annotationArrayValue
(JType type) JAnnotation.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.