JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
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
String
description
String
name
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:
""