All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.vality.woody.api.proxy.MethodCallInterceptor Maven / Gradle / Ivy

There is a newer version: 2.0.8
Show newest version
package dev.vality.woody.api.proxy;

@FunctionalInterface
public interface MethodCallInterceptor {
    Object intercept(Object source, Object[] args, InstanceMethodCaller caller) throws Throwable;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy