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`).