Annotation Type MethodMapper
-
@Target(METHOD) @Retention(RUNTIME) public @interface MethodMapper
Method mapper annotation. Can be used to express to what exact Jadex service method a call should be routed to.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
The method name.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Class<?>[]
parameters
The method parameters.
-