public class AnnotationLookup extends Object
Modifier and Type | Method and Description |
---|---|
static Class<?> |
getValueType(Class<? extends CoreAnnotation<?>> key)
Returns the runtime value type associated with the given key.
|
static Class<? extends CoreAnnotation<?>> |
toCoreKey(String stringKey)
Returns a CoreAnnotation class key for the given string
key if one exists; null otherwise.
|
public static Class<? extends CoreAnnotation<?>> toCoreKey(String stringKey)
stringKey
- String form of the keynull
if nothing matchespublic static Class<?> getValueType(Class<? extends CoreAnnotation<?>> key)
key
- The annotation key (non-null)