<?php

namespace Drupal\views\Annotation;

/**
 * Defines a Plugin annotation object for views argument handlers.
 *
 * @see \Drupal\views\Plugin\views\argument\ArgumentPluginBase
 *
 * @ingroup views_argument_handlers
 *
 * @Annotation
 */
class ViewsArgument extends ViewsHandlerAnnotationBase {

}
