Common marker interface for before advice, such as {@link MethodBeforeAdvice}.
Spring supports only method before advice. Although this is unlikely to change, this API is designed to allow field advice in future if desired.
@author Rod Johnson
@see AfterAdvice
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.