Sealed classes in java 17
Java 17 Sealed classes In this article, we will explore sealed classes, a new feature introduced in java 17, how…
Java 17 Sealed classes In this article, we will explore sealed classes, a new feature introduced in java 17, how…
Lombok @Value annotation This article will cover lombok @Value annotation in detail, what is its use, its configuration options and…
Lombok @Data annotation In this article, we will take a look at @Data annotation in lombok, its use and options…
Lombok @EqualsAndHashCode example In this article, we will take a look at lombok @EqualsAndHashCode annotation usage and configuration options with…
Lombok constructor Lombok can generate a constructor for a class. We can choose to generate no argument constructor or constructor…
Lombok @ToString example This article will cover @ToString annotation in project lombok, its meaning, use and configuration options with examples….
Configure Lombok In this article, we will learn how to install Lombok in STS or eclipse and configure it so…