Modifier and Type | Class and Description |
---|---|
(package private) class |
ImplJAnnotationArray |
Modifier and Type | Method and Description |
---|---|
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 |
ImplJAnnotation.annotationArrayValue(java.lang.Class<? extends java.lang.annotation.Annotation> type) |
JAnnotationArray |
JAnnotation.annotationArrayValue(JType type)
Set the "value" property of this annotation to an array of nested annotations of the given type.
|
JAnnotationArray |
ImplJAnnotation.annotationArrayValue(JType 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 |
ImplJAnnotation.annotationArrayValue(java.lang.String 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 |
ImplJAnnotation.annotationArrayValue(java.lang.String name,
java.lang.Class<? extends java.lang.annotation.Annotation> 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 |
ImplJAnnotation.annotationArrayValue(java.lang.String name,
JType 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 |
ImplJAnnotation.annotationArrayValue(java.lang.String name,
java.lang.String type) |