Java Doc for ClassConfiguration.java in » Development » OVal » net » sf » oval » configuration » pojo » elements » Java Source Code / Java DocumentationJava Source Code and Java Documentation
applyFieldConstraintsToConstructors Automatically apply field constraints to
the corresponding parameters of constructors
declared within the same class.
applyFieldConstraintsToSetters Automatically apply field constraints to the
parameters of the corresponding setter methods
declared within the same class.
Automatically apply field constraints to
the corresponding parameters of constructors
declared within the same class. A corresponding paramater
is a parameter with the same name and type as the field.
Automatically apply field constraints to the
parameters of the corresponding setter methods
declared within the same class. A corresponding setter
method is a method following the JavaBean convention and
its parameter has as the same type as the field.