org.aspectj.weaver
Interface IClassWeaver


public interface IClassWeaver

An IClassWeaver is initialized with a class (a type, really, but let's ignore that for now) and a world, and has one method that actually weaves the contents of the world into the class implementation.


Method Summary
 boolean weave()
          perform the weaving.
 

Method Detail

weave

boolean weave()
perform the weaving.

Returns:
true if the class is changed by the weaving, false otherwise.