From 0718855beb39d976edb4dc31e6ef8b4872bd67dc Mon Sep 17 00:00:00 2001 From: Pierrick Rassat Date: Fri, 24 Jan 2020 22:32:53 +0100 Subject: Change README to README.md and add hyperlinks --- README | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 README (limited to 'README') diff --git a/README b/README deleted file mode 100644 index b6fc5e26..00000000 --- a/README +++ /dev/null @@ -1,12 +0,0 @@ -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. - -See LICENSE for the Project Lombok license. - -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. - -For complete project information, see https://projectlombok.org/ - -You can review our security policy via SECURITY.md -- cgit