/home/smartonegroup/www/system/vendor/jms/serializer/src/Annotation/SerializerAttribute.php
<?php

declare(strict_types=1);

namespace JMS\Serializer\Annotation;

/**
 * Marker interface for serializer attributes
 */
interface SerializerAttribute
{
}