public interface Annotations
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.String> |
keys()
Returns the set of keys for available annotations.
|
java.lang.String |
value(java.lang.String key)
Returns the value of the specified annotation.
|