|
@@ -5,13 +5,15 @@ namespace Gedmo\Mapping\Annotation;
|
|
|
use Doctrine\Common\Annotations\Annotation;
|
|
|
|
|
|
/**
|
|
|
- * Locale annotation for Translatable behavioral extension
|
|
|
+ * Position annotation for Sortable extension
|
|
|
*
|
|
|
- * @author Gediminas Morkevicius <gediminas.morkevicius@gmail.com>
|
|
|
+ * @author Lukas Botsch <lukas.botsch@gmail.com>
|
|
|
* @package Gedmo.Mapping.Annotation
|
|
|
- * @subpackage Locale
|
|
|
+ * @subpackage SortableGroup
|
|
|
* @link http://www.gediminasm.org
|
|
|
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
|
|
+ *
|
|
|
+ * @Annotation
|
|
|
*/
|
|
|
final class SortablePosition extends Annotation
|
|
|
{
|