Fix delombok package not exists error with proto generated files (#2083)

Fix javadoc & suppress no comments warning
Fix terminal interaction in IDEA
Update lombok onMethod to JDK8 version
Some code reformat
This commit is contained in:
yzr
2023-03-31 14:16:32 +08:00
committed by GitHub
parent 88d8310e7e
commit cf4cd80010
36 changed files with 67 additions and 53 deletions

View File

@@ -44,7 +44,7 @@ public class AvatarData extends GameResource {
private float criticalHurt;
private List<PropGrowCurve> propGrowCurves;
@Getter(onMethod = @__(@Override))
@Getter(onMethod_ = @Override)
private int id;
// Transient