# File lib/facets/yore/annotation.rb, line 64
  def [](key)
    key = :self if key == @base
    @ann[key] ||= Annotation.new(@base, key)
  end