Add another eligible method name, in addition to those already named. Like the set methods, this method is for use when configuring proxies, before a proxy is used.
NB: This method does not work after the proxy is in use, as advice chains will be cached.
@param name name of the additional method that will match
@return this pointcut to allow for multiple additions in one line
Add another eligible method name, in addition to those already named. Like the set methods, this method is for use when configuring proxies, before a proxy is used.
@param name name of the additional method that will match
@return this pointcut to allow for multiple additions in one line
@see NameMatchMethodPointcut#addMethodName
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.