Annotation Type FTPEnvironment.QueryParam
-
@Target(METHOD) @Retention(SOURCE) @Documented @Repeatable(QueryParams.class) public static @interface FTPEnvironment.QueryParam
Indicates which query parameters can be used to define environment values.- Author:
- Rob Spoor
- Since:
- 3.2
-
-
Element Detail
-
value
String value
The name of the query parameter.
-
-