Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in lombok

How to change the output of the method generated by Lombok's @ToString?

java tostring lombok

How to use Jackson to deserialize external Lombok builder class

How to skip null field with lombok @ToString

lombok

Lombok usage of 'val' type in IntelliJ

intellij-idea lombok

How to get org.mangosdk.spi.ProviderFor dependency for writing a custom Lombok transformation?

java maven lombok

Javadoc error on @RequiredArgsConstructor(onConstructor=@__(@Inject))

java lombok

Additional methods in java Builder class (lombok annotation)

spring data mongo No property b found on entity class when retrieving entity by Id

How to use @Lazy annotation in a class constructor with Lombok?

spring lazy-loading lombok

Is there any "PostConstruct" feature of lombok?

java lombok

Why IntelliJ needs Lombok plugin?

How to turn off getter/setter only for one instance non-final field? [Project Lombok]

java setter getter lombok

Lombok @getter not working in src/test/java package

java gradle lombok java-11

How to get super fields in Lombok annotation handler

java lombok

Generate Java Externalizable readExternal() / writeExternal() blocks automatically

Making a custom @Inject annotation

guice lombok

Sonar + Lombok false positives on @Data annotation

java sonarqube lombok

Lombok's builder with mandatory parameters

java builder lombok

Lombok with Play 2

playframework lombok

"log has private access" error when using Slf4j annotation and Lombok in IntelliJ

java slf4j lombok intellij-14