VOOZH about

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

⇱ Lombok Archives - Page 2 of 2 - Java Code Geeks


  • Core Java👁 Image
    Dustin MarxJune 27th, 2016
    0 215

    Lombok, AutoValue, and Immutables

    I liked Brandon‘s suggestion of a blog post comparing Project Lombok, AutoValue, and Immutables and this is a post that…

    Read More »
  • Core Java👁 Image
    Shantonu SarkerJune 1st, 2016
    0 983

    Lombok, a compile time Java annotation preprocessor to minimize code size

    In this article we are going to see how can we use lombok inside our regular Java Code to minimize…

    Read More »
  • Core Java👁 Image
    Michael ScharhagSeptember 26th, 2014
    1 339

    Reduce Boilerplate Code in your Java applications with Project Lombok

    One of the most frequently voiced criticisms of the Java programming language is the amount of Boilerplate Code it requires.…

    Read More »
  • Core Java👁 Image
    Joonas JavanainenFebruary 15th, 2013
    0 280

    Increased compile-time safety with phantom types

    Introduction Using phantom types is a very simple technique that can be used to increase the compile-time safety of code.…

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