注释类型 TpsControl


  • @Retention(RUNTIME)
    public @interface TpsControl
    tps control manager.
    版本:
    $Id: TpsControlManager.java, v 0.1 2021年01月09日 12:38 PM liuzunfei Exp $
    作者:
    liuzunfei
    • 必需元素概要

      所需元素 
      修饰符和类型 必需的元素 说明
      java.lang.String pointName
      The action type of the request.
    • 可选元素概要

      可选元素 
      修饰符和类型 可选元素 说明
      java.lang.Class[] parsers
      Resource name parser.
    • 元素详细资料

      • pointName

        java.lang.String pointName
        The action type of the request.
        返回:
        action type, default READ
      • parsers

        java.lang.Class[] parsers
        Resource name parser. Should have lower priority than resource().
        返回:
        class type of resource parser
        默认值:
        {}