hospital_management-8.x-1.x-dev/web/themes/bootstrap/src/Annotation/BootstrapProcess.php
web/themes/bootstrap/src/Annotation/BootstrapProcess.php
<?php
namespace Drupal\bootstrap\Annotation;
/**
* Defines a BootstrapProcess annotation object.
*
* Plugin Namespace: "Plugin/Process".
*
* @see \Drupal\bootstrap\Plugin\ProcessInterface
* @see \Drupal\bootstrap\Plugin\ProcessManager
* @see plugin_api
*
* @Annotation
*
* @ingroup plugins_process
*/
class BootstrapProcess extends PluginCallback {}
