Searched refs:KeepApplication (Results 1 – 4 of 4) sorted by relevance
1 import proguard.annotation.KeepApplication;14 @KeepApplication
14 @KeepApplication
18 public @interface KeepApplication {} annotation
53 # @KeepApplication specifies to keep the annotated class as an application,56 -keepclasseswithmembers @proguard.annotation.KeepApplication public class * {