Module io.helidon.config.metadata
Package io.helidon.config.metadata
Annotation Type ConfiguredValue
-
@Retention(SOURCE) public @interface ConfiguredValue
Can be used to define a list of possible values of an option.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description String
description
Description of this value.String
value
Value of the option.
-