Package jadex.bridge.service.annotation
Annotation Type Replacement
- 
@Target(METHOD) @Retention(RUNTIME) public @interface ReplacementDefine a replacement object to be called instead of the remote method. Applicable to all methods. 
- 
- 
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueSupply a class name of a class implementing IMethodReplacement. 
 -