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