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

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

There is a newer version: 1.7.12
Show newest version

package cn.featherfly.common.lang.matcher;

import java.lang.reflect.Method;

/**
 * 

* Method匹配接口 *

* * @author zhongj */ public interface MethodMatcher extends MemberMatcher{ }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy