spring-framework / org.springframework.aop.aspectj / AspectJExpressionPointcut / <init>

<init>

AspectJExpressionPointcut()

Create a new default AspectJExpressionPointcut.

AspectJExpressionPointcut(declarationScope: Class<*>, paramNames: Array<String>, paramTypes: Array<Class<*>>)

Create a new AspectJExpressionPointcut with the given settings.

Parameters

declarationScope - the declaration scope for the pointcut

paramNames - the parameter names for the pointcut

paramTypes - the parameter types for the pointcut