mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-10 04:19:56 +00:00
e56d83869134d6eb679d06cd0f334dc51396bea8
Fixes issue #56 - annotations with shorthand parameters on methods in method-local classes failed to parse correctly due to a (rare) boneheaded design in the javac tree.
Fixed issue #24 by refactoring the AST.Node class - taken it out, and in the process fixed a lot of type annoyance by adding more generics.
projectlombok makes java a spicier language by adding 'handlers' that know how to build and compile simple, boilerplate-free, not-quite-java code. See LICENCE for the project lombok licence. To start: First, run: ant installDeps to grab a bunch of dependencies interactively from the internet. Then, to build lombok: ant dist try ant -projecthelp for descriptions of other options. Project Authors: Reinier Zwitserloot twitter: @surial home: http://zwitserloot.com/ Roel Spilker twitter: @rspilker
Languages
Java
94.5%
HTML
4.8%
JavaScript
0.3%
CSS
0.2%