VirtualProperty.php 182 B

12345678910111213
  1. <?php
  2. namespace JMS\SerializerBundle\Annotation;
  3. /**
  4. * @Annotation
  5. * @Target("METHOD")
  6. *
  7. * @author Alexander Klimenkov <alx.devel@gmail.com>
  8. */
  9. final class VirtualProperty
  10. {
  11. }