<?php

namespace domain\_;

abstract class AbstractDefinition extends AbstractService implements DefinitionInterface
{

}