org.qi4j.api.constraint
Annotation Type Constraints


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
public @interface Constraints

This annotation is used by composites and mixins to declare what Constraints can be applied in the Composite.

Constraints implement the Constraint interface


Required Element Summary
 Class<? extends Constraint<?,?>>[] value
           
 

Element Detail

value

public abstract Class<? extends Constraint<?,?>>[] value