Home
last modified time | relevance | path

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

/external/proguard/examples/annotations/src/proguard/annotation/
DKeepImplementations.java18 public @interface KeepImplementations {} annotation
/external/proguard/examples/annotations/lib/
Dannotations.pro45 # @KeepImplementations and @KeepPublicImplementations specify to keep all,
50 -keep class * implements @proguard.annotation.KeepImplementations *