From 778894b29b13831115c19ff13285541a10ab2d30 Mon Sep 17 00:00:00 2001 From: Harald Musum Date: Tue, 6 Apr 2021 14:19:35 +0200 Subject: Revert "Gjoranv/merge di into core (rebased)" --- .../configdefinitions/container.components.def | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 container-di/src/main/resources/configdefinitions/container.components.def (limited to 'container-di/src/main/resources/configdefinitions/container.components.def') diff --git a/container-di/src/main/resources/configdefinitions/container.components.def b/container-di/src/main/resources/configdefinitions/container.components.def new file mode 100644 index 00000000000..f27abc2fa5a --- /dev/null +++ b/container-di/src/main/resources/configdefinitions/container.components.def @@ -0,0 +1,23 @@ +# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. +namespace=container + +## A list of components. Components depending on other components may use this to +## get its list of components injected. + +## A component +components[].id string +## The component id used by this component to subscribe to its configs (if any) +components[].configId reference default=":parent:" + +## The id of the class to instantiate for this component. +components[].classId string default="" + +## The symbolic name of the Osgi bundle this component is located in. +## Assumed to be the same as the classid if not set. +components[].bundle string default="" + +## The component id of the component to inject to this component +components[].inject[].id string + +## The name to use for the injected component when injected to this component +components[].inject[].name string default="" -- cgit v1.2.3