Class UnnecessarilyVisible

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

public final class UnnecessarilyVisible extends BugChecker implements BugChecker.MethodTreeMatcher
Suggests restricting the visibility of methods which should only be called by a framework.
See Also: