@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Mixin
Instructs the runtime to mix in other POJO bases module option metadata classes into the one that is annotated with
this annotation. This allows reusability of smaller, dedicated POJOs.