VOOZH about

URL: https://www.javacodegeeks.com/tag/lombok

⇱ Lombok Archives - Java Code Geeks


  • Java👁 Image
    Mary ZhengOctober 29th, 2025
    0 460

    Lombok @Data and Final Fields Default Constructor Error Example

    1. Introduction Lombok is an open-source Java library that generates getter, setter, toString, equals, hashCode, and constructors automatically to reduce common boilerplate code. The…

    Read More »
  • Core Java👁 Image
    Eleftheria DrosopoulouSeptember 3rd, 2025
    0 472

    Beyond Lombok: Writing Clean, Explicit Java with Records and Pattern Matching

    Writing concise, clean Java code has long been a pursuit for developers. For years, tools like Lombok have been the…

    Read More »
  • Core Java👁 Image
    Yatin BatraNovember 14th, 2024
    0 2,572

    Lombok @Locked Annotation Example

    Lombok is a popular Java library that helps reduce boilerplate code by automatically generating getters, setters, constructors, and more. One…

    Read More »
  • Core Java👁 Image
    Mary ZhengJune 24th, 2024
    0 2,695

    MapStruct With Inheritance Examples

    1. Introduction MapStruct is an open-source, compile-time code generator, and annotation processor. It simplifies the implementation of mappings between different…

    Read More »
  • Core Java👁 Image
    Mary ZhengJune 14th, 2024
    0 1,927

    Lombok Constructor Annotations Example

    1. Introduction Lombok is an open-source Java library that generates getter, setter, toString, equals, hashCode, and constructors automatically to reduce…

    Read More »
  • Core Java👁 Image
    Mary ZhengMay 30th, 2024
    0 1,496

    Jackson and Lombok Examples

    1. Introduction Jackson is an open-source java library for processing JSONs. It deserializes a JSON string into a Plain Old…

    Read More »
  • Core Java👁 Image
    Eleftheria DrosopoulouMarch 8th, 2024
    1 1,813

    Migrating from Lombok to Records with Ease

    Keeping your Java code clean and easy to understand is essential for both you and your fellow developers. In the…

    Read More »
  • Core Java👁 Image
    Maryna CherniavskaMarch 28th, 2018
    1 180

    Lombok, AutoValue and Immutables, or How to write less and better code returns

    In the previous post about Lombok library, I have described a library that helps to deal with boilerplate code in…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Rafal BorowiecSeptember 13th, 2017
    2 159

    Lombok – you should definitely give it a try

    Lombok is not a new thing in a Java ecosystem, but I must admit I always underestimated its value until…

    Read More »
  • 1
  • 2
  • »
Back to top button
Close