Uses of Class
com.amazon.carbonado.constraint.ConstraintDefinition

Packages that use ConstraintDefinition
com.amazon.carbonado.constraint Contains annotations and implementations for supporting property constraints. 
 

Uses of ConstraintDefinition in com.amazon.carbonado.constraint
 

Classes in com.amazon.carbonado.constraint with annotations of type ConstraintDefinition
 interface FloatConstraint
          Limits the value of a property to be a member of a specific set.
 interface IntegerConstraint
          Limits the value of a property to be a member of a specific set.
 interface LengthConstraint
          Limits the value of a property to lie within a specific length range.
 interface TextConstraint
          Limits the value of a property to be a member of a specific set.
 



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