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 supported516 Subscribers
View all SubscribersAdd a CodeTriage badge to lombok
Help out
- Issues
- [FEATURE] @UtilityClass - throw `AssertionError` on private constructor invocation
- [FEATURE] Combination annotations @Getter and @Setter
- [FEATURE] Allow for generics in abstract classes with superbuilder
- [FEATURE] Annotation for final finalize method
- [BUG] Google Error Prone + Lombok = problems and conflicts from time to time
- [BUG] `@SuperBuilder` constructor presence check is not working
- [BUG] Using copyJacksonAnnotationsToAccessors=true in Eclipse causes build errors because Jackson tags are duplicated
- [BUG] Class with boolean field and @JsonProperty gets serialized to JSON with two properties
- Can the name of 'var' be modified, such as to 'lvar'
- [BUG] ToString uses concatenation + which has a limit of 250 fields, should use StringBuilder
- Docs
- Java not yet supported