org.nutz.aop
接口 MethodMatcher

所有已知实现类:
RegexMethodMatcher, SimpleMethodMatcher

public interface MethodMatcher


方法摘要
 boolean match(java.lang.reflect.Method method)
           
 

方法详细信息

match

boolean match(java.lang.reflect.Method method)