From 91cd698b1efc627dd4ddd46c8cb8f561dd7bf0a7 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Thu, 25 Jun 2009 06:29:21 +0200 Subject: Added a readme. --- README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 00000000..afb7c4bd --- /dev/null +++ b/README @@ -0,0 +1,14 @@ +projectlombok makes java a spicier language by adding 'handlers' that know how to build and compile simple, boilerplate-free, not-quite-java code. + +Using lombok is made as simple as possible, and aims to work on all major java IDEs as well as javac itself. + +projectlombok is open source under the Creative Commons - free to share, free to remix, provided you attribute the authors licence, as shown here: http://creativecommons.org/licenses/by/3.0/us/ + +Project Authors: + +Reinier Zwitserloot +twitter: @surial +home: http://zwitserloot.com/ + +Roel Spilker +twitter: @rspilker -- cgit