Hi @PriyankaKh4,
Using Lombok in Sling Models exported through Sling Model Exporter can bring benefits but also has considerations. Here’s a breakdown:
Advantages:
Less Boilerplate: Lombok drastically reduces boilerplate code by auto-generating getters, setters, constructors, builders, and more, ma...