Interface IWeaveRequestor


public interface IWeaveRequestor
Author:
colyer This interface is implemented by clients driving weaving through the IClassFileProvider interface. It is used by the weaver to return woven class file results back to the client. The client can correlate weave results with inputs since it knows the last UnwovenClassFile returned by its iterator.