11 lines
125 B
PHP
11 lines
125 B
PHP
<?php
|
|
|
|
namespace DigiComp\FlowSessionLock\Annotations;
|
|
|
|
/**
|
|
* @Annotation
|
|
* @Target("METHOD")
|
|
*/
|
|
final class ReadOnly
|
|
{
|
|
}
|