Annotation Type 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 value
      Annotation value, true by default
    • Element Detail

      • value

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