Class BoxedPrimitiveConstructor

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

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