标签: maven compilation
我想开发一个maven插件或jar,以便在项目编译中的模块之前添加注释。
例如,
@APIInterface("xxx") public interface IService { void test(); }
源代码可能没有用@APIInterface注释,我想在将@APIInterface打包并部署到maven存储库之前将其添加到接口中