I was recently making a Utilities class with a couple of private variables which I need to make sure will never get changed even if someone tries using reflection.
So I was wondering, is there any way to make a variable immune to reflection?
I was recently making a Utilities class with a couple of private variables which I need to make sure will never get changed even if someone tries using reflection.
So I was wondering, is there any way to make a variable immune to reflection?