| 限定符和类型 | 方法和说明 |
|---|---|
SingleChoiceOption<T> |
defaultValue(T value)
Creates a Option with the given default value.
|
SingleChoiceOption<T> |
noDefaultValue()
Creates a Option without a default value.
|
public SingleChoiceOption<T> defaultValue(T value)
value - The default value for the config optionpublic SingleChoiceOption<T> noDefaultValue()
Copyright © 2024 The Apache Software Foundation. All rights reserved.