Changes
/* Interface: UBIK.Injection.IUbikPlugin */
== Interface: UBIK.Injection.IUbikPlugin ==
The plugin must implement the '''IUbikPlugin''' interfaceand has to be registered for MEF composition by defining the export contract via an attribute.
<source lang="csharp">
[Export(typeof(UBIK.Injection.IUbikPlugin))]