Package org.apache.bval.constraints
Annotation Type Password
-
@NotEmpty @NotNull @Size(min=4, max=5) @Retention(RUNTIME) @Constraint(validatedBy={}) public @interface PasswordDescription:
User: roman.stumm
Date: 01.04.2008
Time: 12:02:06
@NotEmpty
@NotNull
@Size(min=4,
max=5)
@Retention(RUNTIME)
@Constraint(validatedBy={})
public @interface Password