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


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

Marker annotation to indicate that the strategy can handle null values as values to validate. If a ValidationStrategy is NOT annotated with this marker, it doesn't have to care about null values.

Since:
x.x.3



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