Getting Started

Warp Config

Warp Config is a general purpose configuration mapper for defining type-safe, boilerplate-free configuration objects.

Installation

Add the following to your build configuration:

<dependency>
    <groupId>me.sparky983.warp</groupId>
    <artifactId>warp-yaml</artifactId>
    <version>0.2</version>
</dependency>

Currently the only supported format is YAML.

Last updated