Description
Adds an object annotation mechanism used by Zope-based Python applications. It helps programs attach extra metadata to objects without changing the object's original class or storage model.
Developers use it as part of the Zope component ecosystem. Attached metadata can affect application behavior, so document annotation keys and avoid storing sensitive data without access controls.