com.google.api.server.spi.config
Annotation Type Description
-
@Target(value=PARAMETER) @Retention(value=RUNTIME) public @interface Description
Annotation to specify the description of an API parameter.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element and Description java.lang.String
value
The parameter description.
-