このエラーが発生しています
[Doctrine\Common\Annotations\AnnotationException]
[Semantical Error] Couldn't find constant CJBusinessBundle:PO:new, method
CJ\BusinessBundle\Controller\ProductController::createAction().
私の注釈部分
/**
* Creates a new Product entity.
*
* @Route("/", name="product_create")
* @Method("POST")
* @Template(CJBusinessBundle:PO:new.html.twig)
*/
これで何が問題になるのか理解できません