bootstrap3-1.0.1/src/Annotation/BootstrapPreprocess.php
src/Annotation/BootstrapPreprocess.php
<?php
namespace Drupal\bootstrap3\Annotation;
/**
* Defines a BootstrapPreprocess annotation object.
*
* Plugin Namespace: "Plugin/Preprocess".
*
* @see \Drupal\bootstrap3\Plugin\PreprocessInterface
* @see \Drupal\bootstrap3\Plugin\PreprocessManager
* @see plugin_api
*
* @Annotation
*
* @ingroup plugins_preprocess
*/
class BootstrapPreprocess extends PluginCallback {}
