XmlUtil 和 JAXBUtil 增加 @see

This commit is contained in:
duandazhi 2021-06-29 10:45:18 +08:00
parent 062d070d92
commit 20244dcf9e
2 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,8 @@ import java.nio.charset.Charset;
* <li>https://my.oschina.net/u/4266515/blog/3330113</li>
* </ul>
*
* @see XmlUtil
*
* @author dazer
* @since 5.7.3
*/

View File

@ -61,6 +61,8 @@ import java.util.Map;
* 此工具使用w3c dom工具不需要依赖第三方包<br>
* 工具类封装了XML文档的创建读取写出和部分XML操作
*
* @see JAXBUtil
*
* @author xiaoleilu
*/
public class XmlUtil {