We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Can't specify a name for the Spring Service annotation If the interface definition something like
@Mapper(componentModel = "spring", componentModelName = "cakeMapperV2") public interface CakeMapper{ Cake map(Cupcake cupcake); } @Service("cakeMapperV2") public class CakeMapperImpl { }
Can't specify a name for the Spring Service annotation
If the interface definition something like