As described in the reference guide, is possible to define a shared configuration, so all mappers that use this configuration, will map theirs commons/generics fields as indicated in the configuration.
But, is it possible to decore this @MapperConfig? Is it possible to apply the @DecoratedWith annotation to a @MapperConfig interface/class? In this attached example, how can I decore the anyDtoToEntity method (and inherit the decore in all mappers)?