Marks a class as mixin for another target class (which is either an
SQLEntity
or a
Composite
).
A mixin can add properties to an entity or composite, which are not defined in the original class. This can be used
to defined customer extensions without modifying the standard classes.