1
<?php
2
3
namespace JMS\SecurityExtraBundle\Tests\Fixtures\Annotation;
4
5
/** @Annotation */
6
final class NonSecurityAnnotation
7
{
8
}