@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface ParametersMapper
Modifier and Type | Optional Element and Description |
---|---|
boolean |
automapping
Flag if automapping should be provided.
|
jadex.bridge.service.annotation.Value |
value
The method name.
|