Defines a Plugin annotation object for aggregator parser plugins.
Expanded class hierarchy of AggregatorParser
class AggregatorParser extends Plugin {
  /**
   * The plugin ID.
   *
   * @var string
   */
  public $id;
  /**
   * The title of the plugin.
   *
   * @var \Drupal\Core\Annotation\Translation
   *
   * @ingroup plugin_translatable
   */
  public $title;
  /**
   * The description of the plugin.
   *
   * @var \Drupal\Core\Annotation\Translation
   *
   * @ingroup plugin_translatable
   */
  public $description;
}| Name   | Modifiers | Type | Description | Overrides | 
|---|---|---|---|---|
| AggregatorParser:: | public | property | The description of the plugin. | |
| AggregatorParser:: | public | property | The plugin ID. | |
| AggregatorParser:: | public | property | The title of the plugin. | |
| Plugin:: | protected | property | The plugin definiton read from the class annotation. | |
| Plugin:: | public | function | Implements Drupal\Core\Annotation\AnnotationInterface::get(). Overrides AnnotationInterface:: | |
| Plugin:: | protected | function | Parses an annotation into its definition. | |
| Plugin:: | public | function | Constructs a Plugin object. |