Package 

Class ReflectionHelper


  • 
    public class ReflectionHelper
    
                        

    Class grouping all of the reflection based checks that we are doing.

    Using generic helpers is prohibited, as proguard does not detect the use, and does not rewrite the obfuscated names correctly.

    That means that this class WILL have a lot of the same code by design. Please do not refactor this out :)