<?php namespace EasySwoole\DoctrineAnnotation\Tests\Fixtures; /** * @Annotation * @Target({ "METHOD", "PROPERTY" }) */ final class AnnotationTargetPropertyMethod { /** @var mixed */ public $data; /** @var mixed */ public $name; /** @var mixed */ public $target; }