Home
last modified time | relevance | path

Searched refs:KeepPublicClassMemberNames (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.pro77 # @KeepClassMemberNames, @KeepPublicClassMemberNames, and
86 -keepclassmembernames @proguard.annotation.KeepPublicClassMemberNames class * {
/external/proguard/examples/annotations/src/proguard/annotation/
DKeepPublicClassMemberNames.java18 public @interface KeepPublicClassMemberNames {} annotation