Package jadex.bridge.service.annotation
Annotation Type Replacement
-
@Target(METHOD) @Retention(RUNTIME) public @interface Replacement
Define 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.String
value
Supply a class name of a class implementing IMethodReplacement.
-