Package org.qi4j.api.constraint

Interface Summary
Constraint<ANNOTATION extends Annotation,TYPE> All Constraints must implement this interface, which is used for each value validation.
 

Class Summary
ConstraintViolation When a constraint violation has occurred (i.e.
 

Exception Summary
ConstraintImplementationNotFoundException  
ConstraintViolationException This Exception is thrown when there is one or more Constraint Violations in a method call.
 

Annotation Types Summary
ConstraintDeclaration All annotations that are used to trigger Constraints must have this annotation.
Constraints This annotation is used by composites and mixins to declare what Constraints can be applied in the Composite.
Name Annotation for parameter names.