Files
kiri-core/Annotation/Target.php
T

15 lines
137 B
PHP
Raw Normal View History

2021-02-28 17:34:55 +08:00
<?php
namespace Annotation;
/**
* Class Target
* @package Annotation
*/
#[\Attribute(\Attribute::TARGET_CLASS)] class Target
{
}