net.anotheria.maf.bean.annotations
Annotation Type Form


@Retention(value=RUNTIME)
@Target(value={FIELD,PARAMETER})
public @interface Form

Used to define backing bean type and mapping.


Required Element Summary
 Class<? extends FormBean> value
          Bean form class name.
 

Element Detail

value

public abstract Class<? extends FormBean> value
Bean form class name.

Returns:
return backing bean class


Copyright © 2010-2013 anotheria.net. All Rights Reserved.