Skip to content

Commit

Permalink
Update 0003-declarative-services.md
Browse files Browse the repository at this point in the history
Fixed problem introduced for attribute table in the last submission.
Signed-off-by : The MathWorks, Inc. <pelliott@mathworks.com>
  • Loading branch information
pelliott-mathworks committed Apr 23, 2021
1 parent 4df3278 commit 804861e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions text/0003-declarative-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ elements of a JSON object representing the service component:
|configuration-pid|array|An array of configuration PIDs (Persistent Identities) to be used for the component in conjuction with Configuration Admin|No|None|
|factory|string|If set to a non-empty string, it indicates that this component is a factory component. This attribute is the factory id for the component. This factory id can be used by a bundle to associate the factory with externally defined information. |No|Empty string|
|factory-properties|map|These are only used for factory components (factory attribute has a non-empty string). These are the properties that will be registered for the factory component. |No|For factory components, when DS registers the properties for the factory component, DS adds <br>component.name - component name<br>component.factory - component factory id |

**service**
The service element is a child of the component object and describes the
service information that is used for service registration.
Expand Down

0 comments on commit 804861e

Please sign in to comment.