Class ClassWriterWithoutClassLoading

java.lang.Object
io.ebean.enhance.asm.ClassVisitor
io.ebean.enhance.asm.ClassWriter
io.ebean.enhance.common.ClassWriterWithoutClassLoading

ClassWriter without class loading. Fixes problems on dynamic enhancement mentioned here: https://github.com/ebean-orm/ebean-agent/issues/59 Idea taken from here: https://github.com/zygote1984/AspectualAdapters/blob/master/ALIA4J-NOIRIn-all/src/org/alia4j/noirin/transform/ClassWriterWithoutClassLoading.java
Author:
praml