Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use attribute name for service name resolution #60

Open
aesteve opened this issue Apr 8, 2016 · 0 comments
Open

Use attribute name for service name resolution #60

aesteve opened this issue Apr 8, 2016 · 0 comments
Assignees
Milestone

Comments

@aesteve
Copy link
Owner

aesteve commented Apr 8, 2016

cf. main documentation :

@Service("mongo")
private MongoService mongo;

Should have a shortcut :

@Service
private MongoService mongo;

since mongo is the name of the attribute.

@aesteve aesteve added this to the 1.1 milestone Apr 8, 2016
@aesteve aesteve self-assigned this Apr 8, 2016
@aesteve aesteve modified the milestones: 2.0, 1.1 Apr 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant