org.qi4j.library.constraints.annotation
Annotation Type MaxLength


@ConstraintDeclaration
@Retention(value=RUNTIME)
@Constraints(value=MaxLengthConstraint.class)
public @interface MaxLength

Marks a property as being a string, non null, of specified maximum length.


Required Element Summary
 int value
           
 

Element Detail

value

public abstract int value