Schnittstelle 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.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
    perform the weaving.
  • Methodendetails

    • weave

      boolean weave()
      perform the weaving.
      Gibt zurück:
      true if the class is changed by the weaving, false otherwise.