CheckSeverity.java

package io.github.jonasrutishauser.errorprone.maven.plugin;

public enum CheckSeverity {
    DEFAULT, OFF, WARN, ERROR
}