PHP Classes

File: tests/Objects/OtherAnnotation.php

Recommend this page to a friend!
  Classes of Julian Finkler   JSON Object Mapper   tests/Objects/OtherAnnotation.php   Download  
File: tests/Objects/OtherAnnotation.php
Role: Unit test script
Content type: text/plain
Description: Unit test script
Class: JSON Object Mapper
Create objects of classes mapped from JSON strings
Author: By
Last change:
Date: 5 years ago
Size: 356 bytes
 

Contents

Class file image Download
<?php
/**
 * This file is part of the JSON Object Mapper package.
 *
 * Copyright 2017 - 2018 by Julian Finkler <julian@mintware.de>
 *
 * 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
{

}