注释类型 ModeledStaticMethod


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface ModeledStaticMethod
    Used to identify methods that model behavior for static methods of a class modeled in Model.
    • 必需元素概要

      所需元素 
      修饰符和类型 必需的元素 说明
      java.lang.String descriptor
      The descriptor of the modeled method.
      java.lang.String name
      The name of the modeled method.
    • 元素详细资料

      • name

        java.lang.String name
        The name of the modeled method.
      • descriptor

        java.lang.String descriptor
        The descriptor of the modeled method.