Home
last modified time | relevance | path

Searched refs:KeepClassMembers (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
65 -keepclassmembers @proguard.annotation.KeepClassMembers class * {
/external/proguard/examples/annotations/src/proguard/annotation/
DKeepClassMembers.java18 public @interface KeepClassMembers {} annotation