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

com.rbkmoney.woody.api.proxy.MethodCallInterceptor Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
package com.rbkmoney.woody.api.proxy;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy