Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个自定义注释处理器,它使用速度模板生成类。它工作正常,但我需要在构建之前清理项目以避免在编译期间重复类。
我什至将速度配置为删除已经存在的文件,但它没有帮助。有什么特别需要避免这种情况吗?
编辑
您可以在此处查看代码或在此处查看代码。
NetBeans 包装器 pom 在这里。