It is possible in plain Java to override a method of a class programmatically at runtime (or even create a new method)?
I want to be able to do this even if I
In java6 has been added the possibility to transform any already loaded class. Take a look at the changes in the java.lang.instrument package