com.facebook.common.internal.DoNotStrip |
Add this annotation to a class, method, or field to instruct Proguard to not strip it out.
This is useful for methods called via reflection that could appear as unused to Proguard.
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
java.lang.annotation.Annotation
|