Interface CommentableOptions


  • public interface CommentableOptions
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static ConfigurationOption<java.lang.Boolean> COMMENT_EMPTY_VALUE
      Whether to comment values name that are not exists in configuration and no default value offered.
    • Field Detail

      • COMMENT_EMPTY_VALUE

        static final ConfigurationOption<java.lang.Boolean> 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: