swoole-framwork/core/annotations/Value.php
2024-05-21 14:33:56 +08:00

10 lines
114 B
PHP

<?php
namespace Core\annotations;
/**
* @Annotation
* @Target({"PROPERTY"})
*/
class Value
{
public $name;
}