javax.annotation
Annotation Type ParametersAreNonnullByDefault


@Documented
@Nonnull
@TypeQualifierDefault(value=PARAMETER)
@Retention(value=RUNTIME)
public @interface ParametersAreNonnullByDefault

This annotation can be applied to a package, class or method to indicate that the method parameters in that element are nonnull by default unless there is: