Class ConstantField

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

public class ConstantField extends BugChecker implements BugChecker.VariableTreeMatcher
A BugChecker; see the associated BugPattern annotation for details.
See Also: