Class GenericConstraintDef<A extends Annotation>

Type Parameters:
A - The constraint annotation type.

public class GenericConstraintDef<A extends Annotation> extends ConstraintDef<GenericConstraintDef<A>,A>
A ConstraintDef class which can be used to configure any constraint type. For this purpose the class defines a generic method param(String, Object) which allows to add arbitrary constraint parameters.
Author:
Hardy Ferentschik, Gunnar Morling