bootstrap_layouts-8.x-5.2/src/Annotation/BootstrapLayoutsHandler.php
src/Annotation/BootstrapLayoutsHandler.php
<?php
namespace Drupal\bootstrap_layouts\Annotation;
use Drupal\Component\Annotation\PluginID;
/**
* Defines a BootstrapLayoutsHandler annotation object.
*
* @Annotation
*/
class BootstrapLayoutsHandler extends PluginID {
}
