Class InterfaceWithOnlyStatics

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

public final class InterfaceWithOnlyStatics extends BugChecker implements BugChecker.ClassTreeMatcher
Bugpattern to detect interfaces used only to store static fields/methods.
Author:
ghm@google.com (Graeme Morgan)
See Also: