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


@ConstraintDeclaration
@Retention(value=RUNTIME)
@Constraints(value=MatchesConstraint.class)
public @interface Matches

Marks a property as being a string, non null, matching the specified regular expression.


Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value