Regular expression pointcut based on the java.util.regex package. Supports the following JavaBean properties:
pattern: regular expression for the fully-qualified method names to match
patterns: alternative property taking a String array of patterns. The result will be the union of these patterns.
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
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.