<?php

namespace Drupal\Tests\Component\Annotation\Doctrine\Fixtures\ExtraAttributes;

#[\Attribute]
final class ExampleAttribute extends ExampleParentAttribute
{
}
