update comments in Constraints
This commit is contained in:
parent
7e87bce918
commit
46a476a34f
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@ public final class Constraints {
|
||||||
/**
|
/**
|
||||||
* NotEmpty annotation is using to check that value has text before storing it
|
* NotEmpty annotation is using to check that value has text before storing it
|
||||||
*
|
*
|
||||||
|
* Also checks for the null and it is more strict annotation then @NotNull
|
||||||
|
*
|
||||||
* Can be used only for @java.lang.CharSequence
|
* Can be used only for @java.lang.CharSequence
|
||||||
*
|
*
|
||||||
* It does not check on selects and data retrieval operations
|
* It does not check on selects and data retrieval operations
|
||||||
|
|
Loading…
Reference in a new issue