Package com.ultikits.ultitools.aop
package com.ultikits.ultitools.aop
-
ClassDescriptionAn advisor that combines a pointcut (when to apply) with advice (what to do).Internal implementation for annotation-based advisors.BeanPostProcessor that creates AOP proxies for beans that need interception.Internal interceptor that only applies if the advisor matches the specific method.Factory for creating CGLIB-based proxies.Internal CGLIB method interceptor that delegates to our
MethodInterceptorchain.Interface for custom exception handlers used withExceptionCatch.AOP interceptor that handles @ExceptionCatch annotated methods.AOP method interceptor interface.Represents a method invocation that can be intercepted.Implementation ofMethodInvocationthat uses reflection to invoke methods.AOP interceptor that implements declarative transaction management.