<?php

namespace FooBar;

use JMS\DiExtraBundle\Annotation\Service;

/** @Service */
class Foo
{
}