| net.sf.oval.constraint.AssertFieldConstraints
AssertFieldConstraints | public @interface AssertFieldConstraints(Code) | | Checks if the value satsifies the constraints defined for the specified field.
author: Sebastian Thomschke |
declaringClass | Class declaringClass(Code) | | The class in which the field is declared. If omitted the current class and it's super classes are searched for a field with the given name.
The default value Void.class means the current class.
|
profiles | String[] profiles(Code) | | The associated validation profiles.
|
value | String value(Code) | | Name of the field. If not specified, the constraints of the field with the same name as the annotated constructor/method parameter are applied.
|
|
|