Subversion Repositories bacoAlunos

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1878 jmachado 1
/**
2
 * This package provides some default {@link com.owlike.genson.Converter Converter} implementations and
3
 * the chained factory and converter decorator mechanisms.
4
 * @see com.owlike.genson.convert.ChainedFactory
5
 * @see com.owlike.genson.Wrapper
6
 */
7
package com.owlike.genson.convert;