Class IncorrectMainMethod

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

public final class IncorrectMainMethod extends BugChecker implements BugChecker.MethodTreeMatcher
Bugpattern for incorrect overloads of main.
See Also: