bootstrap3-1.0.1/src/Annotation/BootstrapAlter.php
src/Annotation/BootstrapAlter.php
<?php
namespace Drupal\bootstrap3\Annotation;
use Drupal\Component\Annotation\PluginID;
/**
* Defines a BootstrapAlter annotation object.
*
* Plugin Namespace: "Plugin/Alter".
*
* @see \Drupal\bootstrap3\Plugin\AlterInterface
* @see \Drupal\bootstrap3\Plugin\AlterManager
* @see plugin_api
*
* @Annotation
*
* @ingroup plugins_alter
*/
class BootstrapAlter extends PluginID {}
