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

delombok.io.github.qsy7.examples.proxy.MethodInterceptor Maven / Gradle / Ivy

package io.github.qsy7.examples.proxy;

import java.lang.reflect.Method;
import net.bytebuddy.implementation.bind.annotation.*;

public class MethodInterceptor {
  @RuntimeType
  public static void intercept(
      @Origin(cache = false) Method method, @RuntimeType @AllArguments Object[] allArguments) {}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy