-
- All Implemented Interfaces:
-
java.lang.reflect.InvocationHandler
public class Delegator implements InvocationHandler
Created by simonracz on 29/05/2017.
Helper class for InvocationHandlers, which delegates equals, hashCode and toString calls to Object.
Copied from here Delegator