Files
kiri-core/Annotation/Target.php
T

15 lines
155 B
PHP
Raw Normal View History

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