vendredi 3 avril 2015

Can I obtain method Fields name using Java reflection?

I have a class like this:



public class Whatever {
public void aMethod(int Param) {
ExecutionContext executionContext ;
}
}


is there any way to know that aMethod uses a Field named executionContext ?






Aucun commentaire:

Enregistrer un commentaire