Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ロンボクを具体的に試してみたい@NoArgsConstructorand @Getter、@Setter
@NoArgsConstructor
@Getter
@Setter
ただし、それを使用して次のようなことをしようとすると:
User user = new User(); // error, even if User have @NoArgsConstructor annotation
ここで何か不足していますか?
エラー:
The constructor User() is undefined