Java Lombok: Omitting one field in @AllArgsConstructor?

后端 未结 3 2097
不知归路
不知归路 2020-12-09 00:36

If I specify @AllArgsConstructor using Lombok, it will generate a constructor for setting all the declared (not final, not static) fields. Is it p

3条回答
提交回复
热议问题