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