cn.featherfly.common.lang.matcher.MethodMatcher Maven / Gradle / Ivy
package cn.featherfly.common.lang.matcher;
import java.lang.reflect.Method;
/**
*
* Method匹配接口
*
*
* @author zhongj
*/
public interface MethodMatcher extends MemberMatcher{
}