Ta-wei Yen | 34d3b56 | 2016-05-03 14:10:03 -0700 | [diff] [blame] | 1 | # Keep classes and methods that have the guava @VisibleForTesting annotation |
2 | -keep @**.VisibleForTesting class * | ||||
3 | -keepclassmembers class * { | ||||
4 | @**.VisibleForTesting *; | ||||
5 | } | ||||
Jay Shrauner | 6fe8fd6 | 2013-09-16 19:39:30 -0700 | [diff] [blame] | 6 | -verbose |