/**
  * @see \Hostnet\Component\EntityBlamable\Resolver\BlamableResolverInterface::getBlamableAnnotation()
  */
 public function getBlamableAnnotation(EntityManagerInterface $em, $entity)
 {
     return $this->provider->getAnnotationFromEntity($em, $entity, $this->annotation);
 }