spring-framework / org.springframework.aop.support / StaticMethodMatcherPointcutAdvisor / <init>

<init>

StaticMethodMatcherPointcutAdvisor()

Create a new StaticMethodMatcherPointcutAdvisor, expecting bean-style configuration.

See Also
#setAdvice

StaticMethodMatcherPointcutAdvisor(advice: Advice)

Create a new StaticMethodMatcherPointcutAdvisor for the given advice.

Parameters

advice - the Advice to use