You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When I create a proyect using this tool I see that in all classes is generated automatically @DaTa anotation but it is not neccessary invoque this in all classes.
Describe the solution you'd like
I think that is most ussefull generate this 4 components instead of @DaTa directly. @Getter @Setter @AllArgsConstructor @NoArgsConstructor
Because in many rules of clean code is not recommneded use @DaTa because menay of its anottations are not neccesaries.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When I create a proyect using this tool I see that in all classes is generated automatically @DaTa anotation but it is not neccessary invoque this in all classes.
Describe the solution you'd like
I think that is most ussefull generate this 4 components instead of @DaTa directly.
@Getter
@Setter
@AllArgsConstructor
@NoArgsConstructor
Because in many rules of clean code is not recommneded use @DaTa because menay of its anottations are not neccesaries.
The text was updated successfully, but these errors were encountered: