Skip to content

Position of JSpecify annotations on fields #451

Closed as not planned
Closed as not planned
@simasch

Description

@simasch

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions