# File lib/autumn/stem.rb, line 448
    def add_listener(obj)
      @listeners << obj
      obj.class.extend Anise::Annotation # give it the ability to sync
      obj.respond :added, self
    end