aesteve / nubes

Annotation layer on top of Vert.x 3
Apache License 2.0
120 stars 35 forks source link

Use attribute name for service name resolution #60

Open aesteve opened 8 years ago

aesteve commented 8 years ago

cf. main documentation :

@Service("mongo")
private MongoService mongo;

Should have a shortcut :

@Service
private MongoService mongo;

since mongo is the name of the attribute.