Files
zhamao-framework/src/ZM/Annotation/Http/HandleBefore.php

19 lines
269 B
PHP
Raw Normal View History

2020-03-25 18:35:16 +08:00
<?php
namespace ZM\Annotation\Http;
use Doctrine\Common\Annotations\Annotation\Target;
use ZM\Annotation\AnnotationBase;
/**
* Class HandleBefore
2020-03-25 18:35:16 +08:00
* @package ZM\Annotation\Http
* @Annotation
* @Target("METHOD")
*/
class HandleBefore extends AnnotationBase
2020-03-25 18:35:16 +08:00
{
}