All Classes
-
Annotation Types Summary Class Description NonNullPackage Declares that all type uses (e.g. fields, method return types, method parameters, type parameters, local variables) within an annotated package are non-nullby default.NullOr Declares that the annotated type use (e.g. field, method return type, method parameter, type parameter, local variable) can benull.VisibleForTesting Corresponds to Guava's@VisibleForTestingannotation.