@Nonnull
@TypeQualifierDefault(value = ElementType.TYPE_USE)
@Retention(value = RetentionPolicy.CLASS)
@UnstableApi
public annotation NonNullApi


Annotation to declare all type usages in the annotated instance as Nonnull, unless explicitly marked with a nullable annotation.