Changes
=== Interface: IUbikPlugin ===
The plugin must implement the '''<code>UBIK.Injection.IUbikPlugin''' </code> interface and has to be registered for MEF composition by defining the export contract via an attribute.
<source lang="csharp">
[Export(typeof(UBIK.Injection.IUbikPlugin))]
=== Interface: IUbikInjectionMetaData ===
Managing plugins correctly presumes the following information, as defined by the interface '''<code>UBIK.Injection.IUbikInjectionMetaData'''</code>.
<source lang="csharp">