Annotation Interface 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
    Supply a class name of a class implementing IMethodReplacement.
  • Element Details

    • value

      String value
      Supply a class name of a class implementing IMethodReplacement.