Hi

I've been interested in Qi4j after I've seen the DCI panel on the Oredev 
conference.
I'm trying to figure out how could I use mixins as roles. I found an article 
that describes it, but the is only bit of code example available.
If I could see the implementation and an example usage of following composite 
It helped me a lot.

@Mixins({DeveloperMixin.class, SpeakerMixin.class, AlumniMixin.class})
public interface HumanComposite
extends Developer, Speaker, Alumni, Composite
{}

I'm particularly interested in a case when two or more of mixins' interfaces 
have a method of a same name.
Is it possible to get an instance of each mixin as a Human Composite ?

Br

Pawel Niemiec
Konsult

Cybercom Sweden-South AB



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

Reply via email to