Interface Reflections.MethodRunner<A extends java.lang.annotation.Annotation>

  • Enclosing class:
    Reflections

    public static interface Reflections.MethodRunner<A extends java.lang.annotation.Annotation>
    • Method Detail

      • onMethod

        void onMethod​(java.lang.Class<?> clazz,
                      java.lang.reflect.Method method,
                      A annotation)