public final class Meta extends Object
Modifier | Constructor and Description |
---|---|
private |
Meta() |
Modifier and Type | Method and Description |
---|---|
static <T extends Annotation> |
findMeta(Annotation[] annotations,
Class<T> api) |
static <T extends Annotation> |
getAnnotation(AccessibleObject holder,
Class<T> api) |
static <T extends Annotation> |
getAnnotation(Class<?> clazz,
Class<T> api) |
static <T extends Annotation> |
getAnnotation(Package pck,
Class<T> api) |
private static <T extends Annotation> |
newAnnotation(Map<String,Method> methodMapping,
Annotation user,
T johnzon) |
public static <T extends Annotation> T getAnnotation(AccessibleObject holder, Class<T> api)
public static <T extends Annotation> T getAnnotation(Class<?> clazz, Class<T> api)
public static <T extends Annotation> T getAnnotation(Package pck, Class<T> api)
public static <T extends Annotation> T findMeta(Annotation[] annotations, Class<T> api)
private static <T extends Annotation> T newAnnotation(Map<String,Method> methodMapping, Annotation user, T johnzon)
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.