Package io.fluentlenium.utils
Class AnnotationUtil
java.lang.Object
io.fluentlenium.utils.AnnotationUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends Annotation>
TgetClassAnnotationForClass
(Class<T> annotation, Class<?> classFromThread) static <T extends Annotation>
TgetMethodAnnotationForMethod
(Class<T> annotation, Class<?> classFromThread, String methodNameFromThread)
-
Method Details
-
getClassAnnotationForClass
public static <T extends Annotation> T getClassAnnotationForClass(Class<T> annotation, Class<?> classFromThread) -
getMethodAnnotationForMethod
public static <T extends Annotation> T getMethodAnnotationForMethod(Class<T> annotation, Class<?> classFromThread, String methodNameFromThread)
-