a664f994f2b9a46b1a20d44026a7ed92f8e94160
[yaffs-website] / web / modules / contrib / libraries / src / Annotation / VersionDetector.php
1 <?php
2
3 namespace Drupal\libraries\Annotation;
4
5 use Drupal\Component\Annotation\PluginID;
6
7 /**
8  * Provides an annotation class for version detector plugins.
9  *
10  * @Annotation
11  */
12 class VersionDetector extends PluginID {
13
14 }