public interface AnnotationAttributeConfiguration
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AnnotationAttributeConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
allowedValues()
The set of allowed values.
|
Object |
defaultValue()
The default value (optional)
|
boolean |
multiple()
Is it a single value or an array of values?
|
String |
name()
The name of the annotation element (required).
|
AnnotationElement.AttributeType |
type()
The type.
|
String name()
AnnotationElement.AttributeType type()
boolean multiple()
Object defaultValue()
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.