blob: 618ab1d811c430a12bb50b179da82a9cb41ff2dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
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
|