partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

IgnoreIds.php (194B)


      1 <?php
      2 
      3 namespace PartKeepr\DoctrineReflectionBundle\Annotation;
      4 
      5 use Doctrine\ORM\Mapping\Annotation;
      6 
      7 /**
      8  * @Annotation
      9  * @Target("CLASS")
     10  */
     11 final class IgnoreIds implements Annotation
     12 {
     13 }