@Documented @TypeQualifierDefault(value={METHOD,PARAMETER}) @Retention(value=RUNTIME) @Target(value=PACKAGE) @NotNull public @interface NotNullByDefault
Nullable.
This annotation is applied at the package level and affects all types within the annotated package.
Any nullness annotations explicitly applied to a parameter or return value within a package will override
the default nullness behavior specified by NotNullByDefault.
Copyright © 2018–2023 asyncer.io. All rights reserved.