cf. main documentation : ``` java @Service("mongo") private MongoService mongo; ``` Should have a shortcut : ``` java @Service private MongoService mongo; ``` since `mongo` is the name of the attribute.
cf. main documentation :
Should have a shortcut :
since
mongois the name of the attribute.