Class NullableOptional

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

public final class NullableOptional extends BugChecker implements BugChecker.MethodTreeMatcher, BugChecker.VariableTreeMatcher
A Checker that catches Optional/Optional with Nullable annotation.
See Also: