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