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