| 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/DeprecatedReadOnly.php |
<?php
declare(strict_types=1);
namespace JMS\Serializer\Annotation;
/**
* @Annotation
* @Target({"CLASS","PROPERTY"})
*
* @deprecated use `@ReadOnlyProperty` instead
*/
#[\Attribute(\Attribute::TARGET_CLASS | \Attribute::TARGET_PROPERTY)]
final class DeprecatedReadOnly extends ReadOnlyProperty
{
}