@Retention(value=RUNTIME) @Target(value=FIELD) @Deprecated public static @interface ConfigurationSetting.Description
ConfigurationSetting
Modifier and Type | Required Element and Description |
---|---|
TranslatableText |
value
Deprecated.
Identifies the
TranslatableText that can be used to produce a localized description of a ConfigurationSetting |
Modifier and Type | Optional Element and Description |
---|---|
TranslatableText[] |
examples
Deprecated.
Identifies zero or more
TranslatableText values that provide examples of how to use a ConfigurationSetting |
public abstract TranslatableText value
TranslatableText
that can be used to produce a localized description of a ConfigurationSetting
TranslatableText
instancepublic abstract TranslatableText[] examples
TranslatableText
values that provide examples of how to use a ConfigurationSetting
TranslatableText
array