@Target(value={TYPE,FIELD,METHOD,CONSTRUCTOR}) @Retention(value=CLASS) public @interface DoNotStrip
This is useful for methods called via reflection that could appear as unused to Proguard.