CAFF is Conversion and Formatting Framework library for Java. It lets developer specify text conversion and formatting code with annotations and simple API.
The conversion framework covers typical character - object conversion such as primitive and date objects, and it allows to create customized rule with annotation.
The formatting library focuses on several common text format such as CSV, fix-length and delimiter based syntax.
Please follow Google style guide when making a code change.