| Current Path : /var/www/clients/client3/web2/web/vendor/jms/serializer/src/Annotation/ |
| Current File : /var/www/clients/client3/web2/web/vendor/jms/serializer/src/Annotation/XmlAttributeMap.php |
<?php
declare(strict_types=1);
namespace JMS\Serializer\Annotation;
/**
* @Annotation
* @Target({"PROPERTY", "METHOD"})
*/
#[\Attribute(\Attribute::TARGET_METHOD | \Attribute::TARGET_PROPERTY)]
final class XmlAttributeMap implements SerializerAttribute
{
}