public final class AnnotationUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
execute(Class<? extends Annotation> annotation,
Object implementation) |
static Set<Class<?>> |
findTests() |
static <T extends Annotation> |
getAnnotations(Class<?> clazz,
Class<T> 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 © 2011–2014 GraphWalker. All rights reserved.