All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.consensys.cava.toml.package-info Maven / Gradle / Ivy

The newest version!
/**
 * A parser for Tom's Obvious, Minimal Language (TOML).
 * 

* A parser and semantic checker for Tom's Obvious, Minimal Language (TOML), as described at * https://github.com/toml-lang/toml/. *

* These classes are included in the standard Cava distribution, or separately when using the gradle dependency * 'net.consensys.cava:cava-toml' (cava-toml.jar). */ @ParametersAreNonnullByDefault package net.consensys.cava.toml; import javax.annotation.ParametersAreNonnullByDefault;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy