@Documented
@Retention(value=RUNTIME)
@Target(value={PARAMETER,METHOD,FIELD})
public @interface Form
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
prefix
This is a form parameter prefix you want applied to any @FormParam variables in the object
See documentation for more details.
|