The default bean name of the Repository is the interface name. Right?
Can i override that default bean name of repository (including custom implementation) by annotation ??? e.g. @Named
The default bean name of the Repository is the interface name. Right?
Can i override that default bean name of repository (including custom implementation) by annotation ??? e.g. @Named