org.csveed.bean.conversion.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of csveed Show documentation
Show all versions of csveed Show documentation
Java toolkit for mapping CSV-to-Bean mapping and vice versa. Redirection to Introduction in 5 seconds!
/**
* This package contains what remains of the Spring Beans package after the operation to remove Spring
* from the library. The aspects concern the conversion from a String to a Bean property.
*
* If you find good in this package, give credits to the Spring team. If you find bad, I probably made
* a mistake somewhere. Removing the Spring dependency leaves me with a heavy heart, but a small library
* cannot afford a heavy (possibly interfering) dependency like Spring and still expect to be used.
*/
package org.csveed.bean.conversion;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy