Given the following executor: ```java 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 <img width="135" height="282" alt="Image" src="https://github.com/user-attachments/assets/60d588c3-3901-4ca2-a11e-f090a12cfa91" />
Given the following executor:
The suggestion still suggests numbers below 1, even though they will fail the validation