Module io.inverno.mod.configuration


module io.inverno.mod.configuration

The Inverno framework configuration module provides advanced application configuration capabilities.

The API defines the ConfigurationSource to store or access configuration properties for a particular context specified as a list of parameters (key/value pairs) which opens up many possibilities to create highly customizable application.

The module provides several configuration sources:

It also introduces the .cprops configuration file format that defines a syntax that simplifies the definition of parameterized configuration properties.

Since:
1.0
Author:
Jeremy Kuhn