swoole-framwork/core/annotations/Value.php

10 lines
114 B
PHP
Raw Normal View History

2024-05-20 11:51:07 +08:00
<?php
namespace Core\annotations;
/**
* @Annotation
* @Target({"PROPERTY"})
*/
class Value
{
2024-05-21 14:33:56 +08:00
public $name;
2024-05-20 11:51:07 +08:00
}