Interface implemented by all classes or interfaces that are AOP enabled (those are also known as advised classes/interfaces). In other words, every class that is weaved by JBoss AOP automatically implements this interface, which allows the class and instance advisor retrieval.
@author Bill Burke
@version $Revision: 68585 $
Interface to be implemented by classes that hold the configuration of a factory of AOP proxies. This configuration includes the Interceptors and other advice, and Advisors, and the proxied interfaces.
Any AOP proxy obtained from Spring can be cast to this interface to allow manipulation of its AOP advice.
@author Rod Johnson
@author Juergen Hoeller
@since 13.03.2003
@see org.springframework.aop.framework.AdvisedSupport
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.