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(String key, String value)StringgetName()Map<String,String>getValueMap()booleanshouldAddAnnotation()
-