当前位置:网站首页>Idea set method annotation and class annotation
Idea set method annotation and class annotation
2022-07-05 13:27:00 【Luo Hanxiang】
Class notes - Templates 1
#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME};#end
#parse("File Header.java")
/**
*@author:${USER}
*@date:${DATE}
*@description:${description}
*/
public class ${NAME} {
}
Show the effect when creating
Class notes - Templates 2
#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME};#end
#parse("File Header.java")
/**
*@author: ${author}
*@date:${DATE}
*@description: ${description}
*/
public class ${NAME} {
}



Class notes - Templates 3
#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME};#end
#parse("File Header.java")
/**
*@author: Luo Hanxiang
*@date:${DATE}
*@description:
*/
public class ${NAME} {
}


Method notes

Enter the following text into Template text:
*
* @Param $param$
* @return $return$
* @Description $end$
*
**/

Use it directly /* then Plus the shortcut keys for setting , It's usually Tab Key or enter
边栏推荐
- My colleague didn't understand selenium for half a month, so I figured it out for him in half an hour! Easily showed a wave of operations of climbing Taobao [easy to understand]
- Solve Unicode decodeerror: 'GBK' codec can't decode byte 0xa2 in position 107
- Although the volume and price fall, why are the structural deposits of commercial banks favored by listed companies?
- restTemplate详解
- The "Baidu Cup" CTF competition was held in February 2017, Web: explosion-2
- Flutter InkWell & Ink组件
- Can and can FD
- SAE international strategic investment geometry partner
- 个人组件 - 消息提示
- 运筹说 第68期|2022年最新影响因子正式发布 快看管科领域期刊的变化
猜你喜欢

C object storage

面试官灵魂拷问:为什么代码规范要求 SQL 语句不要过多的 join?

What is a network port

Can and can FD

Flutter draws animation effects of wave movement, curves and line graphs
![[daily question] 1200 Minimum absolute difference](/img/2f/9214df63f6d5fafa1f7247c4529643.png)
[daily question] 1200 Minimum absolute difference

CloudCompare——点云切片

数据泄露怎么办?'华生·K'7招消灭安全威胁

Word document injection (tracking word documents) incomplete

真正的缓存之王,Google Guava 只是弟弟
随机推荐
从外卖点单浅谈伪需求
DataPipeline双料入选中国信通院2022数智化图谱、数据库发展报告
先写API文档还是先写代码?
Clock cycle
Changing JS code has no effect
4年工作经验,多线程间的5种通信方式都说不出来,你敢信?
Small case of function transfer parameters
蜀天梦图×微言科技丨达梦图数据库朋友圈+1
Lb10s-asemi rectifier bridge lb10s
真正的缓存之王,Google Guava 只是弟弟
Notion 类笔记软件如何选择?Notion 、FlowUs 、Wolai 对比评测
【服务器数据恢复】某品牌服务器存储raid5数据恢复案例
峰会回顾|保旺达-合规和安全双驱动的数据安全整体防护体系
【MySQL 使用秘籍】一網打盡 MySQL 時間和日期類型與相關操作函數(三)
MSTP and eth trunk
华为推送服务内容,阅读笔记
DataPipeline双料入选中国信通院2022数智化图谱、数据库发展报告
Binder通信过程及ServiceManager创建过程
今年上半年,通信行业发生了哪些事?
[深度学习论文笔记]UCTransNet:从transformer的通道角度重新思考U-Net中的跳跃连接