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

@@ -8,7 +8,7 @@ import lombok.Getter;
@ResourceType(name = "GadgetExcelConfigData.json")
@Getter
public class GadgetData extends GameResource {
@Getter(onMethod = @__(@Override))
@Getter(onMethod_ = @Override)
private int id;
private EntityType type;