Package com.amazon.carbonado.constraint

Contains annotations and implementations for supporting property constraints.

See:
          Description

Class Summary
FloatConstraint.Constraint Constraint implementation for FloatConstraint.
IntegerConstraint.Constraint Constraint implementation for IntegerConstraint.
LengthConstraint.Constraint Constraint implementation for LengthConstraint.
TextConstraint.Constraint Constraint implementation for TextConstraint.
 

Annotation Types Summary
ConstraintDefinition Allows annotations to be defined that restrict property values.
FloatConstraint Limits the value of a property to be a member of a specific set.
IntegerConstraint Limits the value of a property to be a member of a specific set.
LengthConstraint Limits the value of a property to lie within a specific length range.
TextConstraint Limits the value of a property to be a member of a specific set.
 

Package com.amazon.carbonado.constraint Description

Contains annotations and implementations for supporting property constraints.

See Also:
ConstraintDefinition


Copyright © 2006-2009 Amazon Technologies, Inc.. All Rights Reserved.