| net.sf.oval.constraint.NotNull
NotNull | public @interface NotNull(Code) | | Check if not null
author: Sebastian Thomschke |
errorCode | String errorCode(Code) | | error code passed to the ConstraintViolation object
|
profiles | String[] profiles(Code) | | The associated validation profiles.
|
severity | int severity(Code) | | severity passed to the ConstraintViolation object
|
|
|