/** * VisualEditor data model Annoation class. * * @copyright 2011-2012 VisualEditor Team and others; see AUTHORS.txt * @license The MIT License (MIT); see LICENSE.txt */ /** * Generic DataModel annotation. * * @class * @constructor */ ve.dm.Annotation = function VeDmAnnotation() { };