<?php

namespace Drupal\views\Annotation;

/**
 * Defines a Plugin annotation object for views sort handlers.
 *
 * @see \Drupal\views\Plugin\views\sort\SortPluginBase
 *
 * @ingroup views_sort_handlers
 *
 * @Annotation
 */
class ViewsSort extends ViewsHandlerAnnotationBase {

}
