public interface SparseAnnotations extends Annotations
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRemoved(java.lang.String key)
Indicates whether the specified key has been tagged as removed.
|
java.util.Set<java.lang.String> |
keys()
Returns the set of keys for available annotations.
|
valuejava.util.Set<java.lang.String> keys()
Note that this set includes keys for any attributes tagged for removal.
keys in interface Annotationsboolean isRemoved(java.lang.String key)
key - annotation key