Doc
作者:互联网
包机制
Doc
package com.andy.base;
/**
* @author andy
* @version 1.0
* @since 1.7
*/
public class Doc {
String name;
/**
* @author
* @version
* @param name
* @return
* @throws Exception
*/
public String test(String name) throws Exception{
return name;
}
}
![](https://www.icode9.com/i/l/?n=22&i=blog/2903418/202207/2903418-20220716002344554-410926208.png)
标签:name,author,Doc,version,andy,String 来源: https://www.cnblogs.com/zhongjianYuan/p/16483193.html