diff options
author | Roel Spilker <r.spilker@gmail.com> | 2012-06-18 23:15:43 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2012-06-18 23:38:01 +0200 |
commit | 9ec1f6a077eb04447622397a4bfd96a724a41da9 (patch) | |
tree | 58f9550f3f82664f56b3bd313da8d798259def19 | |
parent | 6355ca8e5e0af6236351fdf07e1dcc1e2286b0aa (diff) | |
download | lombok-9ec1f6a077eb04447622397a4bfd96a724a41da9.tar.gz lombok-9ec1f6a077eb04447622397a4bfd96a724a41da9.tar.bz2 lombok-9ec1f6a077eb04447622397a4bfd96a724a41da9.zip |
Updated readme file
-rw-r--r-- | README | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -1,14 +1,16 @@ -projectlombok 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. +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. +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. -Project Authors: +For a list of all authors, see the AUTHORS file. + +Project Lombok was started by: Reinier Zwitserloot twitter: @surial |