6.1.5 포인트 컷 수퍼 클래스 by ys
class TestStaticPointcut extends StaticMethodMatcherPointcut {
public boolean matches(Method m, Class targetClass) {
// return true if custom criteria match
}
}Last updated
Was this helpful?
class TestStaticPointcut extends StaticMethodMatcherPointcut {
public boolean matches(Method m, Class targetClass) {
// return true if custom criteria match
}
}Last updated
Was this helpful?
Was this helpful?