mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-09 00:20:40 +00:00
Change README to README.md and add hyperlinks
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,14 @@
|
||||
# Project Lombok
|
||||
|
||||
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](https://github.com/rzwitserloot/lombok/blob/master/LICENSE) for the Project Lombok license.
|
||||
|
||||
Looking for professional support of Project Lombok? Lombok is now part of a [tidelift subscription](https://tidelift.com/subscription/pkg/maven-org-projectlombok-lombok?utm_source=maven-org-projectlombok-lombok&utm_medium=referral&campaign=website)!
|
||||
|
||||
For a list of all authors, see the [AUTHORS](https://github.com/rzwitserloot/lombok/blob/master/AUTHORS) file.
|
||||
|
||||
For complete project information, see [projectlombok.org](https://projectlombok.org/)
|
||||
|
||||
You can review our security policy via [SECURITY.md](https://github.com/rzwitserloot/lombok/blob/master/SECURITY.md)
|
||||
Reference in New Issue
Block a user