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
You can use something like cglib for generating code on-the-fly