インターフェース Advice
- すべての既知のサブインターフェース:
AfterAdvice、AfterReturningAdvice、BeforeAdvice、ConstructorInterceptor、DynamicIntroductionAdvice、Interceptor、IntroductionInterceptor、MethodBeforeAdvice、MethodInterceptor、ThrowsAdvice
- すべての既知の実装クラス:
AbstractAspectJAdvice、AbstractMonitoringInterceptor、AbstractRetryInterceptor、AbstractTraceInterceptor、AfterReturningAdviceInterceptor、AnnotationAsyncExecutionInterceptor、AspectJAfterAdvice、AspectJAfterReturningAdvice、AspectJAfterThrowingAdvice、AspectJAroundAdvice、AspectJMethodBeforeAdvice、AsyncExecutionInterceptor、CacheInterceptor、ConcurrencyThrottleInterceptor、CustomizableTraceInterceptor、DebugInterceptor、DelegatePerTargetObjectIntroductionInterceptor、DelegatingIntroductionInterceptor、EventPublicationInterceptor、ExposeInvocationInterceptor、JCacheInterceptor、MBeanClientInterceptor、MBeanProxyFactoryBean、MethodBeforeAdviceInterceptor、MethodValidationInterceptor、PerformanceMonitorInterceptor、PersistenceExceptionTranslationInterceptor、SimpleRetryInterceptor、SimpleTraceInterceptor、ThrowsAdviceInterceptor、TransactionInterceptor
public interface Advice
アドバイス用のタグインターフェース。実装には、インターセプターなど、あらゆる型のアドバイスを使用できます。
- 作成者:
- Rod Johnson