org.aspectj.weaver.tools
�C���^�t�F�[�X GeneratedClassHandler

���m���T�u�C���^�t�F�[�X������:
WeavingClassLoader

public interface GeneratedClassHandler

Interface implemented by weaving class loaders to allow classes generated by the weaving process to be defined.


���\�b�h���T�v
 void acceptClass(String name, byte[] bytes)
          Accept class generated by WeavingAdaptor.
 

���\�b�h������

acceptClass

public void acceptClass(String name,
                        byte[] bytes)
Accept class generated by WeavingAdaptor. The class loader should store the class definition in its local cache until called upon to load it.

�p�����[�^:
name - class name
bytes - class definition