JavaDos生成文档
/**
-
@author chenxiao 作者
-
@version 1.0 版本号
-
@since 1.0 自然号*/
/**
* @author chenxiao
* @version 1.0
* @since 1.0
*/
public class Student {
private String name;
private Integer age;
/**
* @author chenxiao
* @param name
* @return
* @throws Exception
*/
String sum (String name)throws Exception{
return name;
}
}
标签:1.0,String,author,API,文档,chenxiao,javaDos,name From: https://www.cnblogs.com/look-up-at/p/17689102.html