Modifier and Type | Method and Description |
---|---|
JAnnotationArray |
JAnnotation.annotationArrayValue(Class<? extends Annotation> type)
Set the "value" 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.
|
JAnnotationArray |
JAnnotation.annotationArrayValue(String type)
Set the "value" property of this annotation to an array of nested annotations of the given type.
|
JAnnotationArray |
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.
|
JAnnotationArray |
JAnnotation.annotationArrayValue(String name,
JType type)
Set the named property of this annotation to an array of nested annotations of the given type.
|
JAnnotationArray |
JAnnotation.annotationArrayValue(String name,
String type)
Set the named property of this annotation to an array of nested annotations of the given type.
|
Copyright © 2016. All rights reserved.