public static interface AnnotationElementSource.DefaultValue extends AnnotationElement.ReadDefaultValue<JavaAnnotationSource>
AnnotationElementSource and provides mechanisms to set that value.| Modifier and Type | Method and Description |
|---|---|
AnnotationSource<JavaAnnotationSource> |
getAnnotation() |
AnnotationSource<JavaAnnotationSource> |
setAnnotation() |
AnnotationElementSource.DefaultValue |
setClassArray(Class<?>... values) |
<T extends Enum<T>> |
setEnum(T value) |
<T extends Enum<T>> |
setEnumArray(T... values) |
AnnotationElementSource.DefaultValue |
setLiteral(String value) |
AnnotationElementSource.DefaultValue |
setSingleClass(Class<?> value) |
AnnotationElementSource.DefaultValue |
setString(String value) |
getClassArray, getEnum, getEnumArray, getLiteral, getSingleClass, getStringAnnotationSource<JavaAnnotationSource> getAnnotation()
getAnnotation in interface AnnotationElement.ReadDefaultValue<JavaAnnotationSource>AnnotationElementSource.DefaultValue setLiteral(String value)
AnnotationElementSource.DefaultValue setString(String value)
<T extends Enum<T>> AnnotationElementSource.DefaultValue setEnum(T value)
<T extends Enum<T>> AnnotationElementSource.DefaultValue setEnumArray(T... values)
AnnotationSource<JavaAnnotationSource> setAnnotation()
AnnotationElementSource.DefaultValue setSingleClass(Class<?> value)
AnnotationElementSource.DefaultValue setClassArray(Class<?>... values)
Copyright © 2016 JBoss by Red Hat. All rights reserved.