All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.featherfly.common.lang.matcher.MethodMatcher Maven / Gradle / Ivy


package cn.featherfly.common.lang.matcher;

import java.lang.reflect.Method;

/**
 * 

* Method匹配接口 *

* * @author 钟冀 */ public interface MethodMatcher extends MemberMatcher{ }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy