FragmentArgs ProGuard rules

FragmentArgs – is an annotation processor to create arguments for Android fragments without using reflections.

FragmentArgs generates Java code at compile time.

ProGuard rules for FragmentArgs

Add the following lines to your ProGuard configuration proguard.cfg file in project.

# FragmentArgs
-keep class com.hannesdorfmann.fragmentargs.** { *; }

For more information about FragmentArgs please see the website.

Related ProGuard rules

Static Gson ProGuard rules

Popular ProGuard rules