mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-11 10:18:22 +00:00
b5c8b725655d2ad8a715cfb1fbbdf25dbdcd4ceb
Also changed coding style from for/while/if/switch/catch/do ( expr ) {} to for (expr) {}, hence the changes _everywhere_.
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.
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.
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%