add @OnStart Annotation

This commit is contained in:
whale
2020-03-12 19:06:27 +08:00
parent 21059a7ed7
commit 8d8707a92f
4 changed files with 39 additions and 5 deletions

View File

@@ -0,0 +1,18 @@
<?php
namespace ZM\Annotation\Swoole;
use Doctrine\Common\Annotations\Annotation\Target;
use ZM\Annotation\AnnotationBase;
/**
* Class OnStart
* @package ZM\Annotation\Swoole
* @Annotation
* @Target("ALL")
*/
class OnStart extends AnnotationBase
{
}