Current Status
We have covered a lot of ground already. So before we continue with
adapters and annotations, let's take a break and see what we have
accomplished so far.
If you are only using the keywordannotator product, the situation is
this:
* An object implementing the IAttributeAnnotatable interface,
* given the special keyword ('special'),
* now also implements the IKeywordMatch interface.
If next to keywordannotator you are also using Quills and the
quadapter product, then your situation is this:
* An object implementing the IWeblogEntry interface,
* given one of the special keywords ('audio' or 'preken'),
* now also implements the IMaudio interface
* and the IAttributeAnnotatable interface.
If this is not clear yet, then it is better to reread some of the
previous sections. If you *do* understand the current status, then it
is time for adapters and annotations.
