public class AnnotationLookup extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AnnotationLookup.KeyLookup |
| Modifier and Type | Method and Description |
|---|---|
static AnnotationLookup.KeyLookup |
getCoreKey(String oldKey)
Returns a CoreAnnotation class key for the given old-style FeatureLabel
key if one exists; null otherwise.
|
static Class<?> |
getValueType(Class<? extends CoreAnnotation> key)
Returns the runtime value type associated with the given key.
|
public static AnnotationLookup.KeyLookup getCoreKey(String oldKey)
public static Class<?> getValueType(Class<? extends CoreAnnotation> key)