Home
last modified time | relevance | path

Searched refs:KeepClassMemberNames (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
82 -keepclassmembernames @proguard.annotation.KeepClassMemberNames class * {
/external/proguard/examples/annotations/src/proguard/annotation/
DKeepClassMemberNames.java18 public @interface KeepClassMemberNames {} annotation