bootstrap3-1.0.1/src/Annotation/BootstrapForm.php
src/Annotation/BootstrapForm.php
<?php
namespace Drupal\bootstrap3\Annotation;
use Drupal\Component\Annotation\PluginID;
/**
* Defines a BootstrapForm annotation object.
*
* Plugin Namespace: "Plugin/Form".
*
* @see \Drupal\bootstrap3\Plugin\FormInterface
* @see \Drupal\bootstrap3\Plugin\FormManager
* @see plugin_api
*
* @Annotation
*
* @ingroup plugins_form
*/
class BootstrapForm extends PluginID {}
