Uses of Interface
io.vertigo.core.node.component.aop.AspectMethodInvocation
-
Packages that use AspectMethodInvocation Package Description io.vertigo.core.impl.analytics.process io.vertigo.core.node.component.aop -
-
Uses of AspectMethodInvocation in io.vertigo.core.impl.analytics.process
Methods in io.vertigo.core.impl.analytics.process with parameters of type AspectMethodInvocation Modifier and Type Method Description Object
AnalyticsAspect. invoke(Object[] args, AspectMethodInvocation invocation)
Invoke method with this current aspect. -
Uses of AspectMethodInvocation in io.vertigo.core.node.component.aop
Methods in io.vertigo.core.node.component.aop with parameters of type AspectMethodInvocation Modifier and Type Method Description Object
Aspect. invoke(Object[] args, AspectMethodInvocation methodInvocation)
Invoke method with this current aspect.
-