下面的Allatori删除方法需要注释

时间:2017-01-17 18:53:49

标签: java annotations obfuscation

我与Allatori有问题,我使用的是演示版和最新版本。 基本上,在使用Allatori混淆之后,它删除了一个重要的方法,我的程序需要它才能工作。 实际上这是我的config.xml,如果重要的话;

-<config>


-<input single-jar="single.jar">

<jar out="YourFriend 0.0.3.jar" in="YourFriend.jar"/>

</input>

<property value="log.xml" name="log-file"/>

</config>

我不明白为什么。如果有@EventHandler注释,它将随方法消失。有没有办法与allatori保持注释? 谢谢 祝你有个美好的一天

0 个答案:

没有答案