David E Jones wrote: > > I don't think there is a reason why we can't. > > Why do a decorator object instead of just changing the GenericDelegator? > In order for this to do anything we'll have to change EVERY call to a > decorator method anyway...
Code shouldn't be using GenericDelegator. It should be using DelegatorInterface. Then this problem wouldn't be an issue.