Whenever I deploy my project to maven central all my annotations disappear.
And this phrase remains:
//
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by FernFlower decompiler)
//
When i use maven clean install All my annotations are still there.
but when i use maven clean deploy All my annotations disappear.
In my code, everything is written in Java.
Whenever I import code stored in maven central, all comments disappear.
plz help me