# File lib/anise/annotative/methods.rb, line 51
      def self.pending_annotations
        @_pending_annotations ||= Hash.new{ |h,k| h[k] = [] }
      end