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

Injection of configured values #400

Open
cescoffier opened this issue Dec 28, 2014 · 0 comments
Open

Injection of configured values #400

cescoffier opened this issue Dec 28, 2014 · 0 comments
Labels

Comments

@cescoffier
Copy link
Member

Right now the only way to retrieve the configuration is to use one of the following way

@Requires
ApplicationConfiguration appConf;

@Requires(filter="(configuration.path=my-conf)")
Configuration myConf;

It would be nice to inject the values directly:

@Property(value="xxx", name="path")
String myProperty
@cescoffier cescoffier added this to the 0.7.1 milestone Dec 28, 2014
@cescoffier cescoffier modified the milestones: 0.7.2, 0.7.1 Mar 4, 2015
@cescoffier cescoffier removed this from the 0.9.0 milestone May 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant