Package org.apache.camel.spi
Annotation Interface ApiMethod
Represents an API method as part of a parent API.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionReturns a description of this api method or api parameter.String[]
Returns the method signature(s) of this api method.
-
Element Details
-
methodName
String methodNameThe name of the api method. -
signatures
String[] signaturesReturns the method signature(s) of this api method. A method may have one or more signatures due to overloaded methods. This is used for documentation and tooling only.- Default:
{""}
-
description
String descriptionReturns a description of this api method or api parameter. This is used for documentation and tooling only.- Default:
""
-