mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-07 00:35:36 +08:00
19 lines
309 B
PHP
19 lines
309 B
PHP
<?php
|
|
|
|
|
|
namespace ZM\Annotation\Http;
|
|
|
|
|
|
use Doctrine\Common\Annotations\Annotation\Required;
|
|
use Doctrine\Common\Annotations\Annotation\Target;
|
|
use ZM\Annotation\AnnotationBase;
|
|
|
|
/**
|
|
* Class Before
|
|
* @package ZM\Annotation\Http
|
|
* @Annotation
|
|
* @Target("METHOD")
|
|
*/
|
|
class Before extends AnnotationBase
|
|
{
|
|
} |