Interface ReflectionHelper.Handler<A extends java.lang.annotation.Annotation,​T>

  • Enclosing class:
    ReflectionHelper

    public static interface ReflectionHelper.Handler<A extends java.lang.annotation.Annotation,​T>
    • Method Detail

      • process

        T process​(java.lang.Object consumer,
                  java.lang.reflect.Method method,
                  A annotation)