Annotation Type NonnullByDefault
-
@Retention(RUNTIME) @Nonnull @TypeQualifierDefault({FIELD,METHOD,PARAMETER}) public @interface NonnullByDefaultDefaults all fields, methods, and method parameters within annotation's scope to @Nonnull, unless a more tightly-scoped annotation is applied.