The google code project doesn't have source, but it looks like the jar contains these:
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 On Jul 29, 10:42 am, Mark Derricutt <[email protected]> wrote: > That looks pretty cool - I'm left wonder how you're doing it thou as you're > just adding the jar to the classpath? Is there some form of static > initializer hooking into javac? > > Might have to download and play with this... > > -- > > On Wed, Jul 29, 2009 at 11:56 AM, Reinier Zwitserloot > <[email protected]>wrote: > > > > > Project Lombok modifies your development environment to enable extra > > java language features. Right now lombok can inject itself into both > > javac and eclipse and offers both Automatic Resource Management and > > generating getters, setters, equals, hashCode, and toString, and a --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
