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 StringdescriptionDescription of this value.StringvalueValue of the option. 
 -