com.thetransactioncompany.util.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-property-utils Show documentation
Show all versions of java-property-utils Show documentation
This package provides a Java utility for typed retrieval of
java.util.Properties as boolean, integer, floating point,
string, URL, URI and enum values.
/**
* This package provides a Java utility for typed retrieval of
* {@code java.util.Properties} as boolean, integer, floating point, string,
* enum and URL values.
*
* System requirements:
*
*
* - Java 7 or later
*
*
* @author Vladimir Dzhuvinov
*/
package com.thetransactioncompany.util;