validator-spring icon indicating copy to clipboard operation
validator-spring copied to clipboard

Bean Validator utilizing Spring Expression Language (SpEL)

Results 4 validator-spring issues
Sort by recently updated
recently updated
newest added

Since Java 8 it is required to add the meta annotation [@Repeatable](https://docs.oracle.com/javase/tutorial/java/annotations/repeating.html) to an annotation if you want to be able to use it more than once on the same...

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...

I know it is hard to believe but I have a WebSphere system that is using Java 1.6 JDK. I would like to use your library without having to fork...

So is not possible to do: ```java private Collection items = new HashSet(); ``` Any reason this is not possible? or is just adding TYPE_USE to the annotation and it...