I wan't to build a really simple IoC container for Java. The problem is I can set the value of a field only for an instance.
field.set(instance, value);
What I need is to set that field for any object instance. Is there any way I can achieve this?
Aucun commentaire:
Enregistrer un commentaire