update comments in Constraints

This commit is contained in:
Albert Shift 2015-06-08 23:18:22 -07:00
parent 7e87bce918
commit 46a476a34f

View file

@ -59,6 +59,8 @@ public final class Constraints {
/**
* 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
*
* It does not check on selects and data retrieval operations