Class NonFinalStaticField

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.NonFinalStaticField
All Implemented Interfaces:
BugChecker.VariableTreeMatcher, Suppressible, Serializable

public final class NonFinalStaticField extends BugChecker implements BugChecker.VariableTreeMatcher
A BugPattern; see the summary.
See Also: