JAVA注释

注释

单行注释//

//   package import;

多行注释/**/

/* class extends;
 interface implements;
 enum;
 abstract static final;
 public protected private;
 if else if  else switch case ;
 for do while while break continue default;
 return  void;
 byte short int long float double char boolean;*/

文本注释/**params auther since version throws return */

/**
 * @author 
 * @version 
 * @since 
 * @param 
 * @return
 * @thows
 * */

posted on 2021-02-21 22:10  码路行  阅读(29)  评论(0)    收藏  举报

导航