Files
kiri-core/Annotation/Target.php
T
2021-03-03 18:35:04 +08:00

15 lines
155 B
PHP

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