使用Lombok可以简化成:
@Getter @Setter @NonNull
private String str = "abc";
还有其它用法,详见
转载于:https://blog.51cto.com/jianshusoft/809279
使用Lombok可以简化成:
@Getter @Setter @NonNull
private String str = "abc";
还有其它用法,详见
转载于:https://blog.51cto.com/jianshusoft/809279