Interesting - I wonder if a similar concept could be implemented in javac to allow for an arbitrary AST handler to be added, then one could say drop "clojures.jar" into the classpath and compile with closures. --
On Wed, Jul 29, 2009 at 5:30 PM, Christian Catchpole < [email protected]> wrote: > META-INF/services/javax.annotation.processing.Processor > META-INF/services/lombok.eclipse.EclipseAnnotationHandler > META-INF/services/lombok.javac.JavacAnnotationHandler > > So the Javac "hook" is an annotation handler > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaposse?hl=en -~----------~----~----~----~------~----~------~--~---
