RequiredArgsConstructor nedir?

Etiket: @RequiredArgsConstructor ( getter, setter, constructor, toString, equal, hashcode vb.) Java dilinin en sık dile getirilen eleştirilerinden biri, çoğu projede bulunan bu tür kodların hacmidir. Kullandığımız IDE’ler sayesinde hızlıca getter-setterları, toString vs. metotlarını oluşturabiliyoruz.

Read more

What is Lombok used for?

Project Lombok is a java library tool that is used to minimize/remove the boilerplate code and save the precious time of developers during development by just using some annotations . In addition to it, it also increases the readability of the source code and saves space.

Read more