| net.sf.oval.constraint.InstanceOf
InstanceOf | public @interface InstanceOf(Code) | | Check if the value is an instance of the specified class or
implements all specified interfaces.
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
|
value | Class[] value(Code) | | Classes and/or Interfaces to test against
|
|
|