Bookmarks tagged [javabeans]
https://www.youtube.com/watch?v=GdKuxmtA65I
Bean Validation 2.0 is out and the theme is Java 8. That’s a good thing since Java 8 brings not only new types to validate but also new locations to put annotations on.
We took that round to add usef...
- 📆 published on: 2017-11-10
- tags: javabeans, bean-validation, java, java-8
What is Jakarta Bean Validation Jakarta Bean Validation is a Java specification which
- lets you express constraints on object models via annotations
- lets you write custom constraints in an ext...
- tags: java, javaee, bean-validation, javabeans, validation