Lombook @Data not allowing object to printed if it is extend from collections

前端 未结 0 1606
耶瑟儿~
耶瑟儿~ 2020-12-22 01:11

I have an object which is extended from an ArrayList. Here is the code:

@Data
@EqualsAndHashCode(callSuper = false)
public class MyObject extends ArrayList<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题