blob: 1a6079023fb1757136e374938a848e0a939cac77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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] 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 [projectlombok.org]
You can review our security policy via [SECURITY.md]
[LICENSE]: https://github.com/rzwitserloot/lombok/blob/master/LICENSE
[AUTHORS]: https://github.com/rzwitserloot/lombok/blob/master/AUTHORS
[SECURITY.md]: https://github.com/rzwitserloot/lombok/blob/master/SECURITY.md
[projectlombok.org]: https://projectlombok.org/
[tidelift subscription]: https://tidelift.com/subscription/pkg/maven-org-projectlombok-lombok?utm_source=maven-org-projectlombok-lombok&utm_medium=referral&campaign=website
|