Package jadex.bridge.service.annotation
Annotation Type TargetMethod
- 
 @Target(METHOD) @Retention(RUNTIME) public @interface TargetMethodTarget method annotation. Can be used to express to what exact service method a call should be routed to.
- 
- 
Required Element SummaryRequired Elements Modifier and Type Required Element Description java.lang.StringvalueThe method name.
 - 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description java.lang.Class<?>[]parametersThe method parameters.
 
-