org.omnifaces.cdi.param
Annotation Type Attribute


@Target(value={})
@Retention(value=RUNTIME)
public @interface Attribute

Attribute for a Converter or Validator that is applied to a value retrieved from an HTTP request and injected via the Param qualifier.

Since:
1.6
Author:
Arjan Tijms

Required Element Summary
 java.lang.String name
          Name of the attribute.
 java.lang.String value
          Value of the attribute.
 

Element Detail

name

public abstract java.lang.String name
Name of the attribute.


value

public abstract java.lang.String value
Value of the attribute.