Example of using proguard
- Dominant language
- Java
- Stars
- 12.7k
- Forks
- 1.7k
- Avg merge
- 11m
- Merged PRs (30d)
- 2
Description
_From [mcculls](https://code.google.com/u/108081409801028235828/) on July 07, 2011 10:18:04_
Example of using ProGuard to further shrink the core by removing unused methods from Guava classes before jarjar'ing. Download the 4.6 distribution zip from http://proguard.sourceforge.net/ extract the jar and put it in lib/build/proguard-4.6.jar then apply the patch to common.xml
Note: the use of ProGuard is still being discussed on the mailing list, this is one example of how it might work.
**Attachment:** [gist](https://gist.github.com/da0f148e26b2f8e5869b)
_[GUICE_PROGUARD.patch](https://gist.githubusercontent.com/gissuebot/da0f148e26b2f8e5869b/raw/b5433de11a6513843bb5217d595852cc5c851cd0/GUICE_PROGUARD.patch)_
_Original issue: http://code.google.com/p/google-guice/issues/detail?id=641_
Contributor guide
Assessment
This issue has not been assessed yet.