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

  • Enclosing class:
    Reflections

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

      • onField

        void onField​(java.lang.Class<?> clazz,
                     java.lang.reflect.Field field,
                     A annotation)