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

    Modifier and Type
    Method
    Description
    boolean
    perform the weaving.
  • Method Details

    • weave

      boolean weave()
      perform the weaving.
      Returns:
      true if the class is changed by the weaving, false otherwise.