> Does this: http://groovy.codehaus.org/Immutable+AST+Macro look familiar? :)
nice except for how they forgot to mention that the fields have to themselves be immutable objects as well, not just private final (final does not mean immutable) -- at least, if you want to avoid potential insanity imho. _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

