Class MissingSummary

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.javadoc.MissingSummary
All Implemented Interfaces:
BugChecker.ClassTreeMatcher, BugChecker.MethodTreeMatcher, BugChecker.VariableTreeMatcher, Suppressible, Serializable

Matches Javadocs which are missing a required summary line.
Author:
ghm@google.com (Graeme Morgan)
See Also: