I have a final class, something like this:
public final class RainOnTrees{ public void startRain(){ // some code here } }
I
Didn't try final, but for private, using reflection remove the modifier worked ! have checked further, it doesn't work for final.