org.apache.myfaces.extensions.validator.core.validation
Annotation Type EmptyValueAwareValidationStrategy


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface EmptyValueAwareValidationStrategy

Marker annotation to indicate that the strategy can handle empty values (strings of length 0) as values to validate. This was introduced to have the correct behaviour in relation to the parameter javax.faces.VALIDATE_EMPTY_FIELDS.

Since:
x.x.3
Author:
Gerhard Petracek



Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.