Closed as not planned
Description
With version 0.0.46 (I assume it's because of #442) the JSpecify annotations are now on the same line as the field declaration. When using other field annotations, this results in a mix:
@NotBlank
private String lastName;
@NotNull
private String market;
@Nullable private String picture;
Is this really what you wanted to achieve with this update?