Class WildcardImport

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

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