Package io.ebean.enhance.entity
Interface DeferredCode
public interface DeferredCode
Bytecode instructions that are held/deferred so that they can be removed
entirely if desired (initialisation of OneToMany and ManyToMany properties).
-
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(MethodVisitor mv) Write the bytecode to the method visitor.
-
Method Details
-
write
Write the bytecode to the method visitor.Called when it is deemed the instructions should not be removed.
-