@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public @interface HttpFormParam
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
The name of the HTTP parameter to bind to.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
optional
Whether the parameter should be considered optional.
|
Copyright © 2010 - 2020 Adobe. All Rights Reserved