|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Inherited
@Target(value={METHOD,PARAMETER,TYPE})
@Retention(value=RUNTIME)
public @interface MustSatisfy
| Required Element Summary | |
|---|---|
java.lang.Class<? extends Specification>[] |
value
The Specification(s) to be satisfied. |
| Element Detail |
|---|
public abstract java.lang.Class<? extends Specification>[] value
Specification(s) to be satisfied.
If more than one is provided, then all must be satisfied (in effect "AND"ed together).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||