The documentation states that @InheritConfiguration method lookup is "in the current mapper, a super class/interface, or in the shared configuration interface".
Is it feasible (what will it take) to extend method lookup to include the @Mapper(uses = "OtherClasses") classes?
Rich MacDonald