Class NullInvoker

java.lang.Object
org.aoju.bus.proxy.invoker.NullInvoker
All Implemented Interfaces:
Invoker

public class NullInvoker extends Object implements Invoker
一个仅为所有方法调用返回null的Invoker实现 这个类对于需要“空对象”设计模式的场景非常有用
Since:
Java 17+
Author:
Kimi Liu