Annotation Type NonNullApi
-
@Nonnull @TypeQualifierDefault(TYPE_USE) @Retention(CLASS) public @interface NonNullApi
Annotation to declare all type usages in the annotated instance asNonnull
, unless explicitly marked with a nullable annotation.