| net.sf.oval.constraint.NoSelfReference
NoSelfReference | public @interface NoSelfReference(Code) | | Check that the value is not a reference to the validated object itself.
This is e.g. useful to avoid circular references.
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
|
|
|