public class KeepClassMemberChecker
extends java.lang.Object
| Constructor and Description |
|---|
KeepClassMemberChecker(proguard.classfile.util.WarningPrinter notePrinter)
Creates a new KeepClassMemberChecker.
|
| Modifier and Type | Method and Description |
|---|---|
void |
checkClassSpecifications(java.util.List keepClassSpecifications)
Checks if the given class specifications try to keep class members
without actually specifying any, printing notes if necessary.
|