On 2009-11-17 17.30, Niclas Hedhman wrote:
I still think that you can do the other way around as well;

@Mixins( ManagerMixin.class )
public interface Manager extends Employee
{
:
}

to accomplish the same. By doing the above, if the ManagerMixin
implements any of the methods in Employee then those implementations
takes precedence over the mixins declared on the Employee type.

You also have interface CustomEmployee extends StandardEmployee, where StandardEmployee is what you ship, and then CustomEmployee are your per-client extensions.

/Rickard


_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev

Reply via email to