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

@@ -25,7 +25,7 @@ import lombok.Getter;
public class EntityClientGadget extends EntityBaseGadget {
@Getter private final Player owner;
@Getter(onMethod = @__(@Override))
@Getter(onMethod_ = @Override)
private int gadgetId;
@Getter private int campId;