Package nl.f00f.annotations
Annotation Type NonnullByDefault
-
@Nonnull @Documented @Target(PACKAGE) @Retention(RUNTIME) @TypeQualifierDefault({PACKAGE,FIELD,LOCAL_VARIABLE,METHOD,PARAMETER,TYPE_USE}) public @interface NonnullByDefaultAn annotation indicating that all elements in the current scope of the annotation are non-nullby default. Any element that can benullshould be annotated withNullableorCheckForNull.