Class PrivateConstructorForUtilityClass

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

public final class PrivateConstructorForUtilityClass extends BugChecker implements BugChecker.ClassTreeMatcher
Author:
gak@google.com (Gregory Kick)
See Also: