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