注释类型 ModeledConstructor


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

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

      • descriptor

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