Annotation Type ActionDescription
Marks a method as a Service Method for Pips,Pxps and Peps. In addition to the
description, methodName property overrides the default value, which is the
real method name of the annotated service Method.
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionDescription.Method name.Class<?>
Type of the parameter.
-
Element Details
-
description
String descriptionDescription.- Returns:
- the string
- Default:
- ""
-
methodName
String methodNameMethod name.- Returns:
- the string
- Default:
- ""
-
pepSupportedType
Class<?> pepSupportedTypeType of the parameter. Per default introspected with method.getReturnType()- Returns:
- Parametertype
- Default:
- java.lang.Void.class
-