public interface AnnotationConfiguration
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AnnotationConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AnnotationAttributeConfiguration> |
attributes() |
AnnotationMetadataCreator<?,? extends AnnotatedDescriptor> |
metadataCreator() |
String |
name()
The name of the annotation.
|
String |
repeatable()
The name of the containing annotation if this annotation is repeatable or null otherwise.
|
AnnotationElement.AnnotationTarget[] |
target()
Applicable targets.
|
String name()
AnnotationElement.AnnotationTarget[] target()
Map<String,AnnotationAttributeConfiguration> attributes()
AnnotationMetadataCreator<?,? extends AnnotatedDescriptor> metadataCreator()
String repeatable()
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.