Interface KotlinDslParam
-
- All Known Implementing Classes:
KotlinDslDelegateParam
,KotlinDslParamBoolean
,KotlinDslParamCompound
,KotlinDslParamEnum
,KotlinDslParamInt
,KotlinDslParamString
public interface KotlinDslParam
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
KotlinDslParam.Ref
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description String
getXmlParamName()
default boolean
isStrictlyDeprecated()
Determines whether the KotlinDslParam was deprecated complitely or not.
-
-
-
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
-
-