Package oracle.dbtools.plugin.api.conf
Annotation Type ConfigurationSetting.Description
-
@Retention(RUNTIME) @Target(FIELD) @Deprecated public static @interface ConfigurationSetting.DescriptionDeprecated.since 20.3.0. Use Builder#Provides localizable text describing aConfigurationSetting- Author:
- cdivilly
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description TranslatableTextvalueDeprecated.Identifies theTranslatableTextthat can be used to produce a localized description of aConfigurationSetting
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description TranslatableText[]examplesDeprecated.Identifies zero or moreTranslatableTextvalues that provide examples of how to use aConfigurationSetting
-
-
-
Element Detail
-
value
TranslatableText value
Deprecated.Identifies theTranslatableTextthat can be used to produce a localized description of aConfigurationSetting- Returns:
TranslatableTextinstance
-
-
-
examples
TranslatableText[] examples
Deprecated.Identifies zero or moreTranslatableTextvalues that provide examples of how to use aConfigurationSetting- Returns:
TranslatableTextarray
- Default:
- {}
-
-