From 87600e814ce5fb436ccfafa20151959a94c1686a Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 11 Dec 2018 20:55:54 +0100 Subject: website and README updates (tidelift) --- README | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) (limited to 'README') diff --git a/README b/README index 1cfcc38d..fc03d2cb 100644 --- a/README +++ b/README @@ -1,19 +1,10 @@ -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: +Project Lombok is a java library that automatically plugs into your editor and build tools, spicing up your java. +Never write another getter or equals method again, with one annotation your class has a fully featured builder, Automate your logging variables, and much more. -ant -projecthelp +See LICENSE for the Project Lombok license. -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. +Looking for professional support of Project Lombok? Lombok is now part of a tidelift subscription! 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 +For complete project information, see https://projectlombok.org/ \ No newline at end of file -- cgit