增加javadoc注释

This commit is contained in:
Redkale
2017-02-27 11:56:18 +08:00
parent 2979fcc33d
commit 26ffb04834
39 changed files with 116 additions and 76 deletions

View File

@@ -5,8 +5,11 @@
package org.redkale.convert;
/**
* 序列化自定义异常类
*
* <p>
* 详情见: https://redkale.org
*
* <p> 详情见: https://redkale.org
* @author zhangjx
*/
public class ConvertException extends RuntimeException {