|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented
@Retention(value=RUNTIME)
@Target(value={FIELD,PARAMETER,METHOD})
@Constraint(checkWith=AssertConstraintSetCheck.class)
public @interface AssertConstraintSetCheck if the value satisfies the all constraints of specified constraint set.
| 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 |
|---|
public abstract String id
public abstract String[] profiles
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||