public class SimpleAnnotationDefinition extends Object implements AnnotationDefinition
| Constructor and Description |
|---|
SimpleAnnotationDefinition(String name) |
| Modifier and Type | Method and Description |
|---|---|
AnnotationDefinition |
addValue(String key,
String value) |
String |
getName() |
Map<String,String> |
getValueMap() |
boolean |
shouldAddAnnotation() |
public SimpleAnnotationDefinition(String name)
public String getName()
getName in interface AnnotationDefinitionpublic Map<String,String> getValueMap()
getValueMap in interface AnnotationDefinitionpublic AnnotationDefinition addValue(String key, String value)
addValue in interface AnnotationDefinitionpublic boolean shouldAddAnnotation()
shouldAddAnnotation in interface AnnotationDefinitionCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.