akurilov / confuse

Dynamically extensible but safe and serializable configuration for an application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Confuse

Dynamically extensible but safe and serializable configuration for an application

Features

  1. Safety

    1.1. Structure safety

    1.2. Type safety

  2. Extensibility

  3. Serialization

Usage

Gradle

compile group: 'com.github.akurilov', name: 'confuse', version: '1.2.1'

About

Dynamically extensible but safe and serializable configuration for an application

License:Apache License 2.0


Languages

Language:Java 100.0%