java-proguard/README.md

7 lines
272 B
Markdown

# java-proguard
ProGuard is a free Java class file shrinker, optimizer, and obfuscator. It removes unused
classes, fields, methods, and attributes. It then optimizes the bytecode. It then renames
the remaining classes, fields, and methods using short meaningless names.