DigiComp.FlowSessionLock/Classes/Annotations/ReadOnly.php

12 lines
127 B
PHP
Raw Normal View History

2021-08-26 15:05:37 +02:00
<?php
namespace DigiComp\FlowSessionLock\Annotations;
/**
* @Annotation
2022-03-15 09:32:42 +01:00
* @Target({"METHOD"})
2021-08-26 15:05:37 +02:00
*/
final class ReadOnly
{
}