File: /www/wwwroot/mm.paycheckc.com/vendor/mindplay/annotations/src/annotations/StopAnnotation.php
<?php
/**
* This file is part of the php-annotation framework.
*
* (c) Rasmus Schultz <rasmus@mindplay.dk>
*
* This software is licensed under the GNU LGPL license
* for more information, please see:
*
* <https://github.com/mindplay-dk/php-annotations>
*/
namespace mindplay\annotations;
/**
* This Annotation indicates that parent class should not be parsed for annotations.
*
* @usage('class'=>true)
*/
class StopAnnotation extends Annotation
{
}