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

<init>

ControlFlowPointcut(clazz: Class<*>)

Construct a new pointcut that matches all control flows below that class.

Parameters

clazz - the clazz

ControlFlowPointcut(clazz: Class<*>, @Nullable methodName: String)

Construct a new pointcut that matches all calls below the given method in the given class. If no method name is given, matches all control flows below the given class.

Parameters

clazz - the clazz

methodName - the name of the method (may be null)