public interface MethodReplacer
Such methods may be (but need not be) abstract, in which case the container will create a concrete subclass to instantiate.
Object
reimplement(Object obj, Method method, Object[] args)
Object reimplement(Object obj, Method method, Object[] args) throws Throwable
obj
method
args
Throwable