Contains the mixin classes for atomic object. Methods/interfaces/fields are transplanted from the mixin donor to the
POJO. The big advantage of using this mixin approach is that you don't need to program all the logic in bytecode
directly
which is very very time consuming.