From Symfony 4.0 the class of a controller
can define the @Route annotation to set a common prefix for the URLs
used by the action methods:
Syntax
Add a name property to the @Route annotation of the controller class
and that will be considered the prefix of all route names. The following
is equivalent to the previous example: