Home
last modified time | relevance | path

Searched refs:KeepPublicGettersSetters (Results 1 – 4 of 4) sorted by relevance

/external/proguard/examples/annotations/lib/
Dannotations.jarMETA-INF/ META-INF/MANIFEST.MF proguard/annotation/KeepApplication.class KeepApplication ...
Dannotations.pro94 # @KeepGettersSetters and @KeepPublicGettersSetters specify to keep all, resp.
109 -keepclassmembers @proguard.annotation.KeepPublicGettersSetters class * {
/external/proguard/examples/annotations/src/proguard/annotation/
DKeepPublicGettersSetters.java18 public @interface KeepPublicGettersSetters {} annotation
/external/proguard/examples/annotations/examples/
DBean.java15 @KeepPublicGettersSetters