Files
kiri-core/Annotation/Target.php
T
as2252258@163.com c96936fb4e modify
2021-02-28 17:34:55 +08:00

15 lines
137 B
PHP

<?php
namespace Annotation;
/**
* Class Target
* @package Annotation
*/
#[\Attribute(\Attribute::TARGET_CLASS)] class Target
{
}