All Classes and Interfaces
Class
Description
Marks a method as a recovery method for an AOP operation.
Meta annotation used to define an Aspect.
Marks an External Annotation as being used for aspects
Provides the
MethodInterceptor for the given aspect.Method invocation used in
MethodInterceptor.invoke(Invocation) for Aspects.Invocation base type for both callable and runnable methods.
Callable based Invocation with checked exceptions.
Runnable with checked exceptions.
Callable with checked exceptions.
Runnable based Invocation.
Represents an exception occurring during method interception.
Provides method interception logic that can be executed before, during, and after a method invocation.