接口 Advice

所有已知子接口:
AfterAdvice, AfterReturningAdvice, BeforeAdvice, ConstructorInterceptor, DynamicIntroductionAdvice, FieldInterceptor, Interceptor, IntroductionInterceptor, MethodBeforeAdvice, MethodInterceptor, ThrowsAdvice
所有已知实现类:
AbstractAspectJAdvice, AbstractMonitoringInterceptor, AbstractTraceInterceptor, AfterReturningAdviceInterceptor, AspectJAfterAdvice, AspectJAfterReturningAdvice, AspectJAfterThrowingAdvice, AspectJAroundAdvice, AspectJMethodBeforeAdvice, AsyncExecutionInterceptor, ConcurrencyThrottleInterceptor, CustomizableTraceInterceptor, DebugInterceptor, DelegatePerTargetObjectIntroductionInterceptor, DelegatingIntroductionInterceptor, ExposeInvocationInterceptor, JamonPerformanceMonitorInterceptor, MethodBeforeAdviceInterceptor, PerformanceMonitorInterceptor, RuntimeMethodInterceptor, SimpleTraceInterceptor, ThrowsAdviceInterceptor

public interface Advice
Tag interface for Advice. Implementations can be any type of advice, such as Interceptors.
版本:
$Id: Advice.java,v 1.1 2004/03/19 17:02:16 johnsonr Exp $
作者:
Rod Johnson