org.tinygroup.annotation
接口 AnnotationMethodAction

类型参数:
T -

public interface AnnotationMethodAction

符合方法注解定义的处理器

作者:
renhui

方法摘要
<T> void
process(Class<T> clazz, Method method, Annotation annotation)
           
 

方法详细信息

process

<T> void process(Class<T> clazz,
                 Method method,
                 Annotation annotation)


Copyright © 2006–2016 TinyGroup. All rights reserved.