You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/08/23 14:43:22 UTC

[GitHub] [incubator-seatunnel] ashulin commented on issue #2489: [Discuss] How to use Lombok?

ashulin commented on issue #2489:
URL: https://github.com/apache/incubator-seatunnel/issues/2489#issuecomment-1224176023

   > I've also strongly used the Lombok, but we need to prohibit some annotations, such as ` @Data` or others. Instead, we should actively add annotations getter, setter, Noconstructor,AllConstructor, hash(), equals() and so on.
   
   The lombok rookie may cause stack overflow due to the automatic generation of circular references by `@EqualsAndHashCode`, and `@ToString`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org