Romain Manni-Bucau created DELTASPIKE-1219:
----------------------------------------------
Summary: Support configuration proxies
Key: DELTASPIKE-1219
URL: https://issues.apache.org/jira/browse/DELTASPIKE-1219
Project: DeltaSpike
Issue Type: New Feature
Reporter: Romain Manni-Bucau
Assignee: Romain Manni-Bucau
Fix For: 1.8.0
Idea is to wire the deltapsike configuration to interfaces:
{code}
@Configuration(prefix = "prefix.")
public interface PrefixedConfigBean {
@ConfigProperty(name = "key")
String value();
}
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)