$value) { $this->$key = $value; } } /** @var string */ private $value; /** @var AnnotationTargetAnnotation */ private $annot; /** * @return string */ public function getValue() { return $this->value; } /** * @return AnnotationTargetAnnotation */ public function getAnnot() { return $this->annot; } }