From 15e8cdf9838c1e912b59102b05e9659027067b2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 30 Mar 2023 12:24:07 +0200 Subject: [PATCH] plugin_services.md: light services restrictions --- topics/basics/plugin_structure/plugin_services.md | 1 + 1 file changed, 1 insertion(+) diff --git a/topics/basics/plugin_structure/plugin_services.md b/topics/basics/plugin_structure/plugin_services.md index 45ad26dc2..5b9f5c5a5 100644 --- a/topics/basics/plugin_structure/plugin_services.md +++ b/topics/basics/plugin_structure/plugin_services.md @@ -44,6 +44,7 @@ The service instance will be created in scope according to the caller (see [Retr Restrictions: +* None of these attributes is required: `os`, `client`, `overrides`, `id`, `preload`. * Service class must be `final`. * Constructor injection of dependency services is not supported. * If application-level service is a [PersistentStateComponent](persisting_state_of_components.md), roaming must be disabled (`roamingType = RoamingType.DISABLED`).