Class MalformedInlineTag

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

Finds malformed inline tags where @{tag is used instead of {@tag.
Author:
aaronhurst@google.com (Aaron Hurst)
See Also: