forked from chickenlj/lombok
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
19 lines (11 loc) · 642 Bytes
/
README
File metadata and controls
19 lines (11 loc) · 642 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Project Lombok makes java a spicier language by adding 'handlers' that know how to build and compile simple, boilerplate-free, not-quite-java code.
See LICENSE for the Project Lombok license.
To start, run:
ant -projecthelp
HINT: If you'd like to develop lombok in eclipse, run 'ant eclipse' first. It creates the necessary project infrastructure and downloads dependencies. Note that, in order to run "LombokizedEclipse.launch", you need to have "Eclipse SDK" installed.
For a list of all authors, see the AUTHORS file.
Project Lombok was started by:
Reinier Zwitserloot
twitter: @surial
home: http://zwitserloot.com/
Roel Spilker