Java Doc API文档

时间:2021-09-07 00:27:05   收藏:0   阅读:29

技术分享图片
技术分享图片

package Bao2;

/**
 * @author wangchang
 * @version 1.0
 * @since 1.8
 */

public class Doc {
    String name;
    /**
     * @AUT
     * @param name
     * @return
     * @throws Exception
     */
    public String test(String name) throws Exception{
        return name;
    }
}

技术分享图片

原文:https://www.cnblogs.com/wcwjava/p/15232694.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!