View Javadoc
1 package net.sf.cglib.core; 2 3 import org.objectweb.asm.Type; 4 5 public interface Customizer { 6 void customize(CodeEmitter e, Type type); 7 }

This page was automatically generated by Maven