Annotations ----------- @Inject ~~~~~~~~~ This marks a property, or parameter for injection: .. code-block :: php formFactory->create('my_form'); .. note :: ``@FormType`` implies ``@Service`` if not explicitly defined. @DoctrineListener ~~~~~~~~~~~~~~~~~ Automatically, registers the given class as a listener with the Doctrine ORM: .. code-block :: php