public interface CoreAnnotation<V> extends TypesafeMap.Key<V>
CoreMap
,
parameterized by the type of the value associated with the annotation.
Subclasses of this class are the keys in the CoreMap
, so they are
instantiated only by utility methods in CoreAnnotations
.Modifier and Type | Method and Description |
---|---|
Class<V> |
getType()
Returns the type associated with this annotation.
|
Class<V> getType()