express-8.x-1.x-dev/themes/contrib/bootstrap/src/Annotation/BootstrapPrerender.php
themes/contrib/bootstrap/src/Annotation/BootstrapPrerender.php
<?php /** * @file * Contains \Drupal\bootstrap\Annotation\BootstrapPrerender. */ namespace Drupal\bootstrap\Annotation; /** * Defines a BootstrapPrerender annotation object. * * Plugin Namespace: "Plugin/Prerender". * * @see \Drupal\bootstrap\Plugin\PrerenderInterface * @see \Drupal\bootstrap\Plugin\PrerenderManager * @see plugin_api * * @Annotation * * @ingroup plugins_prerender */ class BootstrapPrerender extends PluginCallback {}