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 AnnotationDefinition
public Map<String,String> getValueMap()
getValueMap
in interface AnnotationDefinition
public AnnotationDefinition addValue(String key, String value)
addValue
in interface AnnotationDefinition
public boolean shouldAddAnnotation()
shouldAddAnnotation
in interface AnnotationDefinition
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.