Annotation Type ParametersMapper
- 
@Target(METHOD) @Retention(RUNTIME) public @interface ParametersMapperParameter mapper to map the parameters. 
- 
- 
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanautomappingFlag if automapping should be provided.ValuevalueThe method name. 
 - 
 
- 
- 
Element Detail
- 
value
Value value
The method name.- Default:
 - @jadex.bridge.service.annotation.Value
 
 
 - 
 
 -