接口 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, ExposeBeanNameAdvisors.ExposeBeanNameInterceptor, ExposeBeanNameAdvisors.ExposeBeanNameIntroduction, ExposeInvocationInterceptor, MethodBeforeAdviceInterceptor, PerformanceMonitorInterceptor, RuntimeMethodInterceptor, SimpleTraceInterceptor, ThrowsAdviceInterceptor

public interface Advice
Tag interface for Advice. Implementations can be any type of advice, such as Interceptors.
作者:
Rod Johnson