ZCML File
configure.zcml
[top]
/
zope
/
annotation
/ configure.zcml
<
configure
xmlns
="
http://namespaces.zope.org/zope
"
>
<
adapter
factory
="
.attribute.AttributeAnnotations
"
provides
="
.interfaces.IAnnotations
"
for
="
.interfaces.IAttributeAnnotatable
"
/>
<
adapter
factory
="
.attribute.AttributeAnnotations
"
provides
="
.interfaces.IAnnotations
"
for
="
.interfaces.IAttributeAnnotatable
*
"
/>
</
configure
>