Contains \Drupal\plugin_test\Plugin\plugin_test\custom_annotation\Example2.
<?php
/**
* @file
* Contains \Drupal\plugin_test\Plugin\plugin_test\custom_annotation\Example2.
*/
namespace Drupal\plugin_test\Plugin\plugin_test\custom_annotation;
use Drupal\plugin_test\Plugin\Annotation\PluginExample;
/**
* Provides a test plugin with a custom annotation.
*
* @PluginExample(
* id = "example_2",
* custom = "Paul"
* )
*/
class Example2 {
}