is there a lombok annotation that combines @Value and @NonNull on all members in java?

前端 未结 0 610
星月不相逢
星月不相逢 2020-12-07 11:24

In below example, one needs to put a @NonNull on all members:

 @RequiredArgsConstructor
 @Value
 public class SampleLombok {
     @NonNull
     S         


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