vendredi 15 décembre 2017

Can i change the value of interface constant (JDK9+) using reflection?

public interface A {
   int const1 5;

}


Class clazz=A.class;

How can i change const1 using reflection? clazz.getField(????)





Aucun commentaire:

Enregistrer un commentaire