Skip to content

Jakarta's validation annotations are not reflected in suggestions #679

@Jakubk15

Description

@Jakubk15

Given the following executor:

void execute(@Context Account account, @Min(1) @Arg("page") int page) { ... }

The suggestion still suggests numbers below 1, even though they will fail the validation

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions