Uses of Interface
io.avaje.inject.aop.Invocation
-
Uses of Invocation in io.avaje.inject.aop
Classes in io.avaje.inject.aop that implement InvocationModifier and TypeClassDescriptionstatic classInvocation base type for both callable and runnable methods.static final classCallable based Invocation with checked exceptions.static final classRunnable based Invocation.Methods in io.avaje.inject.aop with parameters of type InvocationModifier and TypeMethodDescriptionvoidMethodInterceptor.invoke(Invocation invocation) Intercepts the method invocation.