Interface KotlinDslParam

    • Method Detail

      • getXmlParamName

        @NotNull
        String getXmlParamName()
      • isStrictlyDeprecated

        default boolean isStrictlyDeprecated()
        Determines whether the KotlinDslParam was deprecated complitely or not. if true, it will not be commited in user DSL in typed form (param = ...), otherwise it will be commited but shown as deprecated. The property will be generated in DSL API anyway.
        Returns:
        see above