Annotation Type NonNullApi


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