-
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Hello,
As the title says, there's no @repeatable meta annotation on SpELAssert, preventing use of multiple annotations on the same element.
Other than that, SpELAssert seems to be configured to be used in such scenarios:
@Documented
@Retention(RUNTIME)
@Target({METHOD, FIELD, TYPE})
@interface List {
SpELAssert[] value();
}
Edit:
Adding @Repeatable(SpELAssert.List.class) to SpELAssert seems to work properly in my tests.
grimsi
Metadata
Metadata
Assignees
Labels
No labels