@Retention(value=RUNTIME) @Documented @Target(value=FIELD) public @interface ApiMethod
Modifier and Type | Required Element and Description |
---|---|
String |
methodName
The name of the api method.
|
Modifier and Type | Optional Element and Description |
---|---|
String |
description
Returns a description of this api method or api parameter.
|
String[] |
signatures
Returns the method signature(s) of this api method.
|
public abstract String methodName
public abstract String[] signatures
public abstract String description
Apache Camel