ca.grimoire.formtree.receiver.annotations
Annotation Type FormField


@Retention(value=RUNTIME)
@Target(value={PARAMETER,METHOD})
public @interface FormField

The annotated symbol will be used to receive the form field whose name is given by this annotation's value.


Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value
Returns:
The name of the form field to assign to this symbol.


Copyright © 2011 Grimoire Alchymia. All Rights Reserved.