Class ProxyHandler

java.lang.Object
io.immutables.common.ProxyHandler
All Implemented Interfaces:
InvocationHandler

public abstract class ProxyHandler extends Object implements InvocationHandler
Base abstract class for non-value interface proxies. Non-value here means that equality is based on the object identity.