for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Created by PhpStorm.
* User: root
* Date: 27.07.2016
* Time: 1:55.
*/
namespace samsonframework\container\annotation;
use samsonframework\container\configurator\ControllerConfigurator;
* Controller configurator annotation class.
* @see \samsonframework\container\configurator\ControllerConfigurator
*
* @author Vitaly Egorov <[email protected]>
* @Annotation
class Controller extends ControllerConfigurator
{
}