Class AnnotationUtil

java.lang.Object
io.fluentlenium.utils.AnnotationUtil

public final class AnnotationUtil extends Object
  • 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)