Class NonFinalCompileTimeConstant

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

public class NonFinalCompileTimeConstant extends BugChecker implements BugChecker.MethodTreeMatcher
Enforce that @CompileTimeConstant parameters are final or effectively final.
Author:
cushon@google.com (Liam Miller-Cushon)
See Also: