From b3b042d07f42fe0c58f94fd2931557fcd55fefc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20S=CC=8Ctekl?= Date: Sun, 7 Feb 2016 11:59:23 +0100 Subject: [PATCH] Fixed cronner-name annotation documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45b48d5..f2a45be 100644 --- a/README.md +++ b/README.md @@ -102,8 +102,8 @@ services: ### @cronner-task -This annotations is **highly recommended** for all public methods which should be used as a task. -Its value is used as a name of task. If value is missing the name is build from class name +This annotations is **required** for all public methods which should be used as a task. +Its value is used as a name of task. If the value is missing the name is build from class name and method name. If this annotation is single (for Cronner) in task method comment then the task is run