From 86426ff4138fcbc3974b96dc81191919dae7eb64 Mon Sep 17 00:00:00 2001 From: Damon Smith Date: Thu, 9 Jun 2016 19:07:23 +0300 Subject: [PATCH] update Convention.md --- docs/Convention.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Convention.md b/docs/Convention.md index 3a6028c..4ad914f 100644 --- a/docs/Convention.md +++ b/docs/Convention.md @@ -9,6 +9,7 @@ For a system with large number of components and modules the search of code that led to a particular result can be fairly complex. In this regard, there are two significant limitations to operate with events: + 1. As an event listener, possible to use only those listeners that are registered in the system Service Locator. 2. The registration of listeners should be performed only with configuration