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. If a ValidationStrategy is NOT annotated with this marker, it doesn't have to care about empty values.

Since:
x.x.3



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