After Project Lombok was first mentioned here I was thinking how this could
work with mixins, and again after listening about the mixins for java
(hereon known as M4J) project mentioned on the last show, and watching the
video at http://www.berniecode.com/writing/java-mixins/ I was thinking about
this again.

If one was to do mixins lombok style, what would be  good way of doing it?
 M4J requires shipping the M4J library/api which you use to construct the
mixedin object.  I was thinking lombok style could inject a static method
which you use for the constructor, something like
MyBusinessObject.newMixin() or the like.

I could really do with using something like this :)

-- 
Pull me down under...

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "The 
Java Posse" group.
To post to this group, send email to javaposse@googlegroups.com
To unsubscribe from this group, send email to 
javaposse+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to