BigApple.php in Drupal 10
File
core/modules/system/tests/modules/plugin_test_extended/src/Plugin/plugin_test/fruit/BigApple.phpView source
<?php
namespace Drupal\plugin_test_extended\Plugin\plugin_test\fruit;
/**
* @PluginExtended(
* id = "big_apple",
* label = "Big Apple",
* color = "green"
* )
*/
class BigApple {
}