在生产版本中使用proguard删除@VisibleForTesting

时间:2019-03-05 12:47:21

标签: android android-testing android-proguard

据我所知,@ VisibleForTesting用于修改方法或变量的范围,以便在Android中进行测试。但是在生产版本中不需要这些注释。但是,默认情况下不会删除注释。有什么办法可以删除它们?也许使用proguard?

还有谁能告诉我为什么此注释的保留策略是CLASS?

0 个答案:

没有答案