@Nonnull @TypeQualifierDefault([ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER]) class EverythingIsNonNull
Extends ParametersAreNonnullByDefault to also apply to Method results and fields.
See Also
javax.annotation.ParametersAreNonnullByDefault
EverythingIsNonNull()
Extends |