org.nakedobjects.applib.annotation
Annotation Type MustSatisfy


@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

value

public abstract java.lang.Class<? extends Specification>[] value
The Specification(s) to be satisfied.

If more than one is provided, then all must be satisfied (in effect "AND"ed together).



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.