net.sf.oval.constraint
Annotation Type AssertConstraintSet


@Documented
@Retention(value=RUNTIME)
@Target(value={FIELD,PARAMETER,METHOD})
@Constraint(checkWith=AssertConstraintSetCheck.class)
public @interface AssertConstraintSet

Check if the value satisfies the all constraints of specified constraint set.

Author:
Sebastian Thomschke

Required Element Summary
 String id
          The id of the constraint set to apply here
 
Optional Element Summary
 String[] profiles
          The associated constraint profiles.
 

Element Detail

id

public abstract String id
The id of the constraint set to apply here

profiles

public abstract String[] profiles
The associated constraint profiles.

Default:
{}


Copyright © 2008 The OVal Development Team. All Rights Reserved.