注释类型 Method


  • ()
    ()
    
    public @interface Method
    从以下版本开始:
    2.6.5 * * 2018/9/29
    • 元素详细资料

      • name

         name
      • timeout

        int timeout
        默认值:
        -1
      • retries

        int retries
        默认值:
        -1
      • loadbalance

         loadbalance
        默认值:
        ""
      • async

        boolean async
        默认值:
        false
      • sent

        boolean sent
        默认值:
        true
      • actives

        int actives
        默认值:
        0
      • executes

        int executes
        默认值:
        0
      • deprecated

        boolean deprecated
        默认值:
        false
      • sticky

        boolean sticky
        默认值:
        false
      • isReturn

        boolean isReturn
        默认值:
        true
      • oninvoke

         oninvoke
        默认值:
        ""
      • onreturn

         onreturn
        默认值:
        ""
      • onthrow

         onthrow
        默认值:
        ""
      • cache

         cache
        默认值:
        ""
      • validation

         validation
        默认值:
        ""
      • arguments

        Argument[] arguments
        默认值:
        {}