This implementation involves three separate pieces of code: intercepting the classloading, accessing the annotation information, and the actual transformation.
该实现涉及三个单独的代码段:截获classloading、访问注释信息和实际转换。
2
To accomplish my goal of intercepting the classloading process we need to go a step further, by defining and using our own classloader for the application classes.
The difference from the previous timing figures is that here most of the time is spent in classloading and native code generation by the JVM for the data binding framework code.