Interface ReflectionHelper.Handler<A extends Annotation,T>

Enclosing class:
ReflectionHelper

public static interface ReflectionHelper.Handler<A extends Annotation,T>
  • Method Summary

    Modifier and Type
    Method
    Description
    process(Object consumer, Method method, A annotation)
     
  • Method Details