Home
last modified time | relevance | path

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

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