net.consensys.cava.toml.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cava-toml Show documentation
Show all versions of cava-toml Show documentation
A parser for Tom's Obvious, Minimal Language (TOML).
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;