You are here

ExampleAnnotationClass.php in Plug 7

File

lib/doctrine/common/tests/Doctrine/Tests/Common/Reflection/ExampleAnnotationClass.php
View source
<?php

namespace Doctrine\Tests\Common\Reflection;

use Doctrine\Common\Annotations\Annotation;

/**
 * @Annotation(
 *   key = "value"
 * )
 */
class ExampleAnnotationClass {

}

Classes

Namesort descending Description
ExampleAnnotationClass Plugin annotation @Annotation( key = "value" )