eclipse Web 项目中的 .apt_generated 文件夹是什么?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/9595486/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-10 20:57:37 来源:igfitidea点击:
What is .apt_generated folder in Web project?
提问by user1195192
What and why .apt_generated
folder is created inside the Web Project within Eclipse or RAD workspace?
.apt_generated
在 Eclipse 或 RAD 工作区中的 Web 项目中创建什么文件夹以及为什么创建文件夹?
采纳答案by Laurence Gonsalves
It's for holding code generated by annotation processors.
它用于保存注释处理器生成的代码。