Home
last modified time | relevance | path

Searched refs:KeepName (Results 1 – 2 of 2) sorted by relevance

/external/proguard/examples/annotations/lib/
Dannotations.pro33 # @KeepName specifies not to optimize or obfuscate the annotated class or
36 -keepnames @proguard.annotation.KeepName class *
39 @proguard.annotation.KeepName *;
/external/proguard/examples/annotations/src/proguard/annotation/
DKeepName.java18 public @interface KeepName {} annotation