如何在Java编译之前或期间添加额外的代码?

时间:2018-06-27 12:19:23

标签: maven compilation

我想开发一个maven插件或jar,以便在项目编译中的模块之前添加注释。

例如,

@APIInterface("xxx")
public interface IService { 
    void test();
}

源代码可能没有用@APIInterface注释,我想在将@APIInterface打包并部署到maven存储库之前将其添加到接口中

0 个答案:

没有答案