<?php

namespace Drupal\{{ machine_name }}\Plugin\{{ class_prefix }};

use Drupal\{{ machine_name }}\{{ class_prefix }}PluginBase;

/**
 * Plugin implementation of the {{ plugin_type }}.
 *
 * @{{ class_prefix }}(
 *   id = "foo",
 *   label = @Translation("Foo"),
 *   description = @Translation("Foo description.")
 * )
 */
class Foo extends {{ class_prefix }}PluginBase {

}
