org.apache.myfaces.extensions.validator.core.validation.parameter
Annotation Type ParameterValue


@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface ParameterValue

Marker for values within a ValidationParameter implementation.

Since:
x.x.3

Optional Element Summary
 Class id
          It's possible to define multiple values within the ValidationParameter implementation with the same type.
 

id

public abstract Class id
It's possible to define multiple values within the ValidationParameter implementation with the same type. The optional id allows to identify the value of interest.

Returns:
the type-safe id
Default:
org.apache.myfaces.extensions.validator.core.validation.parameter.ParameterValue.class


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