public abstract class AnnotationUtils extends Object
| Constructor and Description |
|---|
AnnotationUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
execute(Class<? extends Annotation> annotation,
Object implementation) |
static Set<Class<?>> |
find(org.reflections.Reflections reflections,
Class<?> type,
Class<? extends Annotation> annotation) |
static Set<Class<?>> |
findTests(org.reflections.Reflections reflections) |
static <T extends Annotation> |
getAnnotations(Class<?> clazz,
Class<T> annotation) |
public static Set<Class<?>> find(org.reflections.Reflections reflections, Class<?> type, Class<? extends Annotation> annotation)
public static <T extends Annotation> Set<T> getAnnotations(Class<?> clazz, Class<T> annotation)
public static void execute(Class<? extends Annotation> annotation, Object implementation)
Copyright © 2005–2019 GraphWalker. All rights reserved.