| 
<?php/**
 * This file is part of the JSON Object Mapper package.
 *
 * Copyright 2017 - 2018 by Julian Finkler <[email protected]>
 *
 * For the full copyright and license information, please read the LICENSE
 * file that was distributed with this source code.
 */
 
 namespace MintWare\Tests\JOM\Objects;
 
 /**
 * @Annotation
 */
 class OtherAnnotation
 {
 
 }
 |