Files
zhamao-framework/src/ZM/Annotation/Swoole/OnStart.php
2020-03-12 19:06:27 +08:00

18 lines
259 B
PHP

<?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
{
}