Package com.axway.apim.cli
Annotation Type CLIServiceMethod
@Retention(RUNTIME) @Target(METHOD) public @interface CLIServiceMethod
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringdescriptionStringname
-
Element Details
-
description
String description- Returns:
- the description of the method
- Default:
- ""
-
name
String name- Returns:
- the name of the method if you don't want to use the original method name
- Default:
- ""
-