1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> 2 3 <html> 4 <head> 5 <title></title> 6 </head> 7 8 9 <body> 10 <p>Java instrumentation routines for SLF4J.</p> 11 12 <p>Byte code instrumentation is an way to change behaviour of java 13 classes at <i>load time</i>. This is done in-between the original byte 14 codes are retrieved and the class object is constructed by the class 15 loader. Currently this depends on the javassist library from JBoss 16 (which in turn uses it extensively in their application server).</p> 17 </body> 18 </html> 19