public class DecoratorMixin extends Object implements InvocationHandler
Can be used to effectively implement singleton mixins, since the decorated object can be shared between many instances.
| Constructor and Description |
|---|
DecoratorMixin(Object delegate) |