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

panda.aop.MethodMatcher Maven / Gradle / Ivy

The newest version!
package panda.aop;

import java.lang.reflect.Method;

public interface MethodMatcher {

	boolean match(Method method);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy