Interface AnnotationDefinition
-
- All Known Implementing Classes:
DescrAnnotationDefinition,SimpleAnnotationDefinition
public interface AnnotationDefinition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotationDefinitionaddValue(java.lang.String key, java.lang.String value)java.lang.StringgetName()java.util.Map<java.lang.String,java.lang.String>getValueMap()booleanshouldAddAnnotation()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getValueMap
java.util.Map<java.lang.String,java.lang.String> getValueMap()
-
addValue
AnnotationDefinition addValue(java.lang.String key, java.lang.String value)
-
shouldAddAnnotation
boolean shouldAddAnnotation()
-
-