That is awesome, hopefully it'll work in Netbeans too. I too am curious how you make it work though, I love the fact that it's so easy to use (just add to classpath). Much better than generating junk code from an IDE and then having to maintain it.
On Jul 28, 7:56 pm, Reinier Zwitserloot <[email protected]> wrote: > Discussions about the future direction of java have been popular > lately, so I thought I'd add another option to the mix: > > 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 > couple of other features. A screencast takes you through how it works > and even shows you how to install it, and clocks in at less than 4 > minutes. It's open source (MIT license). > > Full Disclosure: It's my project (with some friends). > > What do you think? Download and video athttp://projectlombok.org/ > > --Reinier Zwitserloot --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
