kekrozsak/vendor/jms/di-extra-bundle/JMS/DiExtraBundle/Annotation/AfterSetup.php

13 lines
175 B
PHP
Raw Normal View History

<?php
namespace JMS\DiExtraBundle\Annotation;
/**
* @Annotation
* @Target("METHOD")
*
* @author Johannes M. Schmitt <schmittjoh@gmail.com>
*/
final class AfterSetup
{
}