在lombok工具下使用@builder注解修饰的实体包抛出异常 java.lang.IllegalAccessException:xxxxxx with modifiers "private" @DaTa @builder public class ScoreCalculateContext { private String name; private Long age; }
在lombok工具下使用@builder注解修饰的实体包抛出异常
java.lang.IllegalAccessException:xxxxxx with modifiers "private"
@DaTa
@builder
public class ScoreCalculateContext {
private String name;
private Long age;
}