mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 18:23:13 +00:00
28 lines
510 B
Plaintext
28 lines
510 B
Plaintext
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
|