<?php
namespace Http\Handler\Annotation;
use Annotation\Attribute;
#[\Attribute(\Attribute::TARGET_CLASS)] class ControllerTarget extends Attribute
{
}