<?php
namespace Core\annotations;
/**
* @Annotation
* @Target({"PROPERTY"})
*/
class Value
{
public $name;
}