In Java, is there a way (at runtime) to obtain the bytecode which defined a particular class?
Put another way, is there a way to obtain the byte[] array
byte[]
"Java agents" would be the obvious solution.
Here is a description how to implement an agent