Interface WarnMetric
-
- All Implemented Interfaces:
public interface WarnMetric- Since:
2021-07-14
trydofor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumWarnMetric.Typepublic classWarnMetric.Warn
-
Method Summary
Modifier and Type Method Description abstract StringgetKey()Get the Key of Config abstract List<WarnMetric.Warn>check()-
-
Method Detail
-
check
@NotNull() abstract List<WarnMetric.Warn> check()
-
-
-
-