@Documented
@Nonnull
@TypeQualifierDefault(value={FIELD,PARAMETER,METHOD})
@Retention(value=RUNTIME)
@Target(value=PACKAGE)
public @interface ElementsAreNonnullByDefault
Nonnull
unless explicitly annotated with Nullable
.
This annotation is a generalization of ParametersAreNonnullByDefault
.
All servicetalk packages should carry this annotation.