bootstrap-8.x-3.23/src/Annotation/BootstrapProcess.php
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 {}
