Package de.mhus.lib.core.config
Interface IFlatConfig
-
- All Known Implementing Classes:
DirConfig,EmptyConfig,NodeConfig,PropertiesConfig,PropertiesConfigFile
public interface IFlatConfigThis interface is a marker to mark a configuration type as a flat and not hierarchical configuration. This means there can't be a sub config bundle. A example for a flat structure is the PropertiesConfig.- Author:
- mikehummel