Package org.beanfabrics.validation

Interface Summary
Validatable The Validatable interface declares the interface for classes that can be validated.
ValidationRule A ValidationRule is a rule that evaluates the current execution context in respect of a certain set of constraints.
 

Class Summary
CompositeValidationState  
ValidationState The ValidationState is the result of a call to ValidationRule.validate() and indicates that this rule has found some invalid state.
Validator The Validator is responsible for creating a ValidationState by evaluating a list of ValidationRule instances.