Open Source Repository

Home /jodd/jodd-3.3.2 | Repository Home



jodd/typeconverter/package-info.java
// Copyright (c) 2003-2012, Jodd Team (jodd.org). All Rights Reserved.

/**
 * Slick and various type conversions. Following rules are applied:
 * + There are no default values. If conversion fails, <code>TypeConversionException</code> will be thrown.<br/>
 * + Conversion of <code>null</code> value is also <code>null</code>.<br/>
 */
package jodd.typeconverter;