<configure xmlns="http://namespaces.zope.org/zope">

  <adapter
      for=".interfaces.IAttributeAnnotatable"
      provides=".interfaces.IAnnotations"
      factory=".attribute.AttributeAnnotations"
      />

  <adapter
      for=".interfaces.IAttributeAnnotatable *"
      provides=".interfaces.IAnnotations"
      factory=".attribute.AttributeAnnotations"
      />

</configure>
