Annotation Interface MethodNoReply


@Target(METHOD) @Retention(RUNTIME) public @interface MethodNoReply
Methods annotated with this do not send a reply
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Annotation value, true by default
  • Element Details

    • value

      boolean value
      Annotation value, true by default
      Returns:
      true when a method doesn't send a reply
      Default:
      true