org.apache.myfaces.orchestra.dynaForm.annot.ui
Annotation Type MetaAttribute
@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface MetaAttribute
Store the (name,value) pair into the Attributes map of this field's metadata.
User code can later check for arbitrary attributes on a field. In particular,
a custom DynaFormComponentHandler implementation may want to do this.
name
public abstract String name
value
public abstract String value
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.