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