インターフェース Advice

すべての既知のサブインターフェース:
AfterAdviceAfterReturningAdviceBeforeAdviceConstructorInterceptorDynamicIntroductionAdviceInterceptorIntroductionInterceptorMethodBeforeAdviceMethodInterceptorThrowsAdvice
すべての既知の実装クラス:
AbstractAspectJAdviceAbstractMonitoringInterceptorAbstractRetryInterceptorAbstractTraceInterceptorAfterReturningAdviceInterceptorAnnotationAsyncExecutionInterceptorAspectJAfterAdviceAspectJAfterReturningAdviceAspectJAfterThrowingAdviceAspectJAroundAdviceAspectJMethodBeforeAdviceAsyncExecutionInterceptorCacheInterceptorConcurrencyThrottleInterceptorCustomizableTraceInterceptorDebugInterceptorDelegatePerTargetObjectIntroductionInterceptorDelegatingIntroductionInterceptorEventPublicationInterceptorExposeInvocationInterceptorJCacheInterceptorMBeanClientInterceptorMBeanProxyFactoryBeanMethodBeforeAdviceInterceptorMethodValidationInterceptorPerformanceMonitorInterceptorPersistenceExceptionTranslationInterceptorSimpleRetryInterceptorSimpleTraceInterceptorThrowsAdviceInterceptorTransactionInterceptor

public interface Advice
アドバイス用のタグインターフェース。実装には、インターセプターなど、あらゆる型のアドバイスを使用できます。
作成者:
Rod Johnson