Package si.mazi.rescu
Interface Interceptor
public interface Interceptor
-
Method Summary
Modifier and Type Method Description ObjectaroundInvoke(InvocationHandler invocationHandler, Object proxy, Method method, Object[] args)
-
Method Details
-
aroundInvoke
Object aroundInvoke(InvocationHandler invocationHandler, Object proxy, Method method, Object[] args) throws Throwable- Throws:
Throwable
-