Closed cilfm closed 1 month ago
You have to set parameters one by one using withParameter. Then the DSL offers you a way. If the annotations are type annotations, however, you can define them in the type description.
Thank you very much for your reply. I have already resolved it
Hello, when defining class methods, I need to set parameters according to the configuration, and some parameters are annotated. But I found that I couldn't set parameter annotations when using .withParameters() for settings
bytebuddy version: 1.15.2 Here is my test code:
If using an unannotated parameter list, it is possible, but if there are annotated parameters, the following error will be reported