javabeans.md
July 15, 2021 · View on GitHub
Bookmarks tagged [javabeans]
www.codever.land/bookmarks/t/javabeans
Bean Validation 2.0 - you’ve put your annotations everywhere! by Gunnar Morling - 14min
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...
- :calendar: published on: 2017-11-10
- tags: javabeans, bean-validation, java, java-8
Jakarta Bean Validation - Home Page
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