Implement to be a class PreProcessor in the AspectWerkz univeral loading architecture. A single instance of the
class implementing this interface is build during the java.lang.ClassLoader initialization or just before the first
class loads, bootclasspath excepted. Thus there is a single instance the of ClassPreProcessor per JVM. Use the
-Daspectwerkz.classloader.preprocessor option to specify which class preprocessor to use.
author: Alexandre Vasseur See Also:org.codehaus.aspectwerkz.hook.ProcessStarter