接口 CommentableOptions
public interface CommentableOptions
-
字段概要
字段修饰符和类型字段说明static final ConfigurationOption<Boolean>Whether to comment values name that are not exists in configuration and no default value offered.
-
字段详细资料
-
COMMENT_EMPTY_VALUE
Whether to comment values name that are not exists in configuration and no default value offered.
If true, a value without default value is not exists in configuration, we will comment its name,e.g. a value named "foo" without default value will be put as:
# Value comments # foo:
-