[
https://issues.apache.org/jira/browse/ARIES-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15245335#comment-15245335
]
Guillaume Nodet commented on ARIES-1537:
----------------------------------------
The CM namespace would have a new element
{{code}}
<bean class="MyBean">
<cm:config name="config" />
</bean>
public class MyBean {
public void setConfig(MyConfig config) {
...
}
@ObjectClassDefinition(pid = "my.pid")
public @interface MyConfig {
String name() default "foo";
}
}
{{code}}
> Support Metatype 1.3 annotations for injecting configurations
> -------------------------------------------------------------
>
> Key: ARIES-1537
> URL: https://issues.apache.org/jira/browse/ARIES-1537
> Project: Aries
> Issue Type: New Feature
> Reporter: Guillaume Nodet
> Assignee: Guillaume Nodet
> Fix For: blueprint-core-1.7.0, blueprint-cm-1.1.0
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)