@Retention(value=RUNTIME) @Target(value={FIELD,METHOD}) public @interface UiFacesConverter
This annotation uses the converter id, not its class. Alternatively, this annotation can
be an EL expression that evaluates to a javax.faces.convert.Converter
instance.
public abstract String value
faces-config.xml
's
<converter-id>
. This can also be an expression of the form
#{...}
that evaluates to a javax.faces.convert.Converter
instance.Copyright © 2015. All Rights Reserved.