RetargetedInnerClassAttributeRemover.java | 33 * classes that are retargeted or that refer to classes that are retargeted. 45 private boolean retargeted; field in class:RetargetedInnerClassAttributeRemover 57 // Copy over all non-retargeted attributes. 63 // a retargeted class or referring to a retargeted class. 64 retargeted = false; 66 if (!retargeted) 90 // Check whether the class itself is retargeted. 93 // Check whether the referenced classes are retargeted [all...] |