Package com.thecsdev.common.config


package com.thecsdev.common.config
  • Classes
    Class
    Description
    A container for various configurable properties that can be saved and to and loaded from the user's disk drive.

    This configuration system uses reflection to save and load properties found within a given container.

    The data is saved and loaded in JSON format.