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