Files
zhamao-framework/src/ZM/Annotation/Module/InitBuffer.php
2020-03-08 16:40:04 +08:00

19 lines
319 B
PHP

<?php
namespace ZM\Annotation\Module;
use Doctrine\Common\Annotations\Annotation\Required;
use Doctrine\Common\Annotations\Annotation\Target;
/**
* Class InitBuffer
* @Annotation
* @Target("CLASS")
* @package ZM\Annotation\Module
*/
class InitBuffer
{
/** @var string @Required() */
public $buf_name;
}