public interface MutableAnnotations extends Annotations
Modifier and Type | Method and Description |
---|---|
MutableAnnotations |
clear(java.lang.String... keys)
Clears the specified keys or the all keys if none were specified.
|
MutableAnnotations |
set(java.lang.String key,
java.lang.String value)
Returns the value of the specified annotation.
|
keys, value
MutableAnnotations set(java.lang.String key, java.lang.String value)
key
- annotation keyvalue
- annotation valueMutableAnnotations clear(java.lang.String... keys)
keys
- keys to be cleared