标签: annotations proguard dexguard
我使用 Dagger2 。我有下一个代码:
@Provides @Named("Server API") String getApiUrl(){}
消耗代码:
public class Client { @Inject Client(@Named("Server API") url){} }
Dexguard / Proguard 会在注释中模糊字符串值吗?
答案 0 :(得分:1)
DexGuard不能对注释中的字符串值进行模糊处理。