Class NullableTypeParameter

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.nullness.NullableTypeParameter
All Implemented Interfaces:
BugChecker.TypeParameterTreeMatcher, Suppressible, Serializable

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