Konstruktor update: constructor precedence selection

Konstruktor is growing up a little.

In revision 18, Konstruktor, supports precedence selection of constructors in the Builder:

Use the new Builder method “preferConstructor<ImplementationType>(params Type[])” to prefer a specific constructor of an implementation type.

Take a look out at these unit tests to find out more about how to configure constructor precendence by using attributes or the Builder.