I am using proguard GUI to obfuscate my java code.
My requirement is I don't want to obfuscate my Getter and setters. Is there any option in the proguard GUI to exclude the obfuscation for the Getter, setters alone.
If so please provide me where to specify with an example.