Hello everyone,
Please, I want to know how can I add different constructors to a class, through the MixIn mechanism.
Thank you
Hello,
The Mixin mechanism cannot be used to add different constructors to a class, it can only be used to make a class or a set of classes (matched by a pointcut expression) implement an interface.