dimanche 10 décembre 2017

Java reflection. Final parameters

Is it possible to find out, if the parameter of method is final? I have tried this:

int modifiers = method.getParameters()[0].getModifiers() // modifiers == 0

But even if first parameter has final modifier, modifiers is set to zero.





Aucun commentaire:

Enregistrer un commentaire