lombok
https://github.com/rzwitserloot/lombok
Java
Very spicy additions to the Java programming language.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Java not yet supported514 Subscribers
View all SubscribersAdd a CodeTriage badge to lombok
Help out
- Issues
- [BUG] builderClassName="Builder" results in code that compiles in Eclipse, but fails to compile in javac (in an edge case)
- [BUG] The lombok builder cannot generate a complete method
- [FEATURE] RequiredArgsConstructor can copy the annotation into the constructor
- [BUG] Eclipse 2025-03 IDE STS Jdk 21.0.6 LTS Springboot 3.4.3 only Webflux Reactive and Mongo Reactive errors go out without reasons in IDE but not in maven.
- [BUG] Unused @Log4j2 annotation is not reported in Eclipse since 1.18.34
- [BUG] `@Singular`-annotated field with initialization expression and `@NoArgsConstructor`
- [BUG] @Data does not transfert jakarta or hibernate anotation to his contructuctor
- [FEATURE] Create annotation @Overloaded to generate overloaded methods for a method
- [FEATURE] @Setter support setArray(T... array) template
- [FEATURE] A single annotation to produce both getter and setter (e.g. @GetSetter)
- Docs
- Java not yet supported