Skip to content

java.lang.IllegalAccessException #73

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
JeffAndCherry opened this issue Feb 15, 2023 · 0 comments
Open

java.lang.IllegalAccessException #73

JeffAndCherry opened this issue Feb 15, 2023 · 0 comments

Comments

@JeffAndCherry
Copy link

JeffAndCherry commented Feb 15, 2023

在lombok工具下使用@builder注解修饰的实体包抛出异常
java.lang.IllegalAccessException:xxxxxx with modifiers "private"

@DaTa
@builder
public class ScoreCalculateContext {
private String name;
private Long age;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant