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

<init>

JdkRegexpMethodPointcut()

Regular expression pointcut based on the java.util.regex package. Supports the following JavaBean properties:

Note: the regular expressions must be a match. For example, .*get.* will match com.mycom.Foo.getBar(). get.* will not.

Author
Dmitriy Kopylenko

Author
Rob Harrop

Since
1.1