JAnnotationArray |
JAnnotation.annotationArrayValue(java.lang.Class<? extends java.lang.annotation.Annotation> type) |
Set the "value" property of this annotation to an array of nested annotations of the given type.
|
JAnnotationArray |
JAnnotation.annotationArrayValue(java.lang.String type) |
Set the "value" property of this annotation to an array of nested annotations of the given type.
|
JAnnotationArray |
JAnnotation.annotationArrayValue(java.lang.String name,
java.lang.Class<? extends java.lang.annotation.Annotation> type) |
Set the named property of this annotation to an array of nested annotations of the given type.
|
JAnnotationArray |
JAnnotation.annotationArrayValue(java.lang.String name,
java.lang.String type) |
Set the named property of this annotation to an array of nested annotations of the given type.
|
JAnnotationArray |
JAnnotation.annotationArrayValue(java.lang.String name,
JType type) |
Set the named property of this annotation to an array of nested annotations of the given type.
|
JAnnotationArray |
JAnnotation.annotationArrayValue(JType type) |
Set the "value" property of this annotation to an array of nested annotations of the given type.
|