Class MinimalConfigMeta


  • public class MinimalConfigMeta
    extends ConfigMeta
    ConfigMeta implementation that conforms minimally to the requirements. This is only intended for prototyping and test usage, not production code; config keys using instances of this class will not be properly documented in the user-facing documentation.
    Since:
    15 Mar 2018
    Author:
    Mark Taylor
    • Constructor Detail

      • MinimalConfigMeta

        public MinimalConfigMeta​(java.lang.String name)
        Constructor.
        Parameters:
        name - basic name for this item