JavaBeans Validation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 10: | Line 10: | ||
* [[@NotNull]] | * [[@NotNull]] | ||
* [[@Size]] | * [[@Size]] | ||
* [[@NotBlank]] | |||
=Hibernate Validation Extensions= | =Hibernate Validation Extensions= | ||
* [[@NotBlank]] | |||
* [[Hibernate @NotBlank|@NotBlank]] |
Revision as of 05:06, 12 October 2018
Internal
Overview
JSR 303 https://jcp.org/en/jsr/detail?id=303