Guice ProGuard rules

Guice – is a lightweight dependency injection framework for Java 6 and above, brought to you by Google.

ProGuard rules for Guice

ProGuard has the optimization step and removes unused classes, attributes and fields from your program code. When obfuscating, ProGuard writes out class files named 'a.class', 'b.class', etc.

You don’t need to add any specific rules to your ProGuard configuration.

# Guice
# No special ProGuard rules required.

For more information about Guice please see the website.

Related ProGuard rules

Static Gson ProGuard rules

Popular ProGuard rules