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