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

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

The newest version!

package cn.featherfly.common.lang.matcher;

import java.lang.reflect.Method;

import cn.featherfly.common.lang.reflect.Modifier;

/**
 * 

* 匹配Method Modifier的实现 *

* * @author zhongj */ public class MethodModifierMatcher extends MemberModifierMatcher implements MethodMatcher{ /** */ public MethodModifierMatcher() { } /** * @param modifier modifier */ public MethodModifierMatcher(Modifier modifier) { super(modifier); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy