Class Config

java.lang.Object
br.net.dd.netherwingcore.common.configuration.Config

public class Config extends Object
This class represents a singleton Config responsible for managing the application's Configuration.

The Config class ensures that the application's configuration is loaded and accessible globally during runtime. It follows the Singleton design pattern to ensure a single instance of the config exists throughout the application lifecycle.

Usage guide: