Home
last modified time | relevance | path

Searched refs:KeepPublicClassMembers (Results 1 – 3 of 3) sorted by relevance

/external/proguard/examples/annotations/lib/
Dannotations.jarMETA-INF/ META-INF/MANIFEST.MF proguard/annotation/KeepApplication.class KeepApplication ...
Dannotations.pro60 # @KeepClassMembers, @KeepPublicClassMembers, and
69 -keepclassmembers @proguard.annotation.KeepPublicClassMembers class * {
/external/proguard/examples/annotations/src/proguard/annotation/
DKeepPublicClassMembers.java18 public @interface KeepPublicClassMembers {} annotation