Searched defs:extendsAnnotation (Results 1 - 2 of 2) sorted by relevance

/external/proguard/src/proguard/ant/
H A DClassSpecificationElement.java44 private String extendsAnnotation; field in class:ClassSpecificationElement
80 String extendsAnnotation = classSpecificationElement.extendsAnnotation;
97 extendsAnnotation != null ? ClassUtil.internalType(extendsAnnotation) : null,
140 public void setExtendsannotation(String extendsAnnotation) argument
142 this.extendsAnnotation = extendsAnnotation;
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...

Completed in 71 milliseconds