panda.aop.MethodMatcher Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of panda-glue Show documentation
Show all versions of panda-glue Show documentation
Panda Glue is a ASM/AOP module of the Panda Framework.
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