bootstrap3-1.0.1/src/Annotation/BootstrapPrerender.php
src/Annotation/BootstrapPrerender.php
<?php
namespace Drupal\bootstrap3\Annotation;
/**
* Defines a BootstrapPrerender annotation object.
*
* Plugin Namespace: "Plugin/Prerender".
*
* @see \Drupal\bootstrap3\Plugin\PrerenderInterface
* @see \Drupal\bootstrap3\Plugin\PrerenderManager
* @see plugin_api
*
* @Annotation
*
* @ingroup plugins_prerender
*/
class BootstrapPrerender extends PluginCallback {}
