crm_core-8.x-3.x-dev/modules/crm_core_match/src/Annotation/CrmCoreMatchFieldHandler.php
modules/crm_core_match/src/Annotation/CrmCoreMatchFieldHandler.php
<?php namespace Drupal\crm_core_match\Annotation; use Drupal\Component\Annotation\Plugin; /** * Defines a Plugin annotation object for match field plugins. * * @Annotation */ class CrmCoreMatchFieldHandler extends Plugin { /** * The plugin ID. * * @var string */ public $field; }