Inherits AlignmentAnnotController.
Feature:
click to distribute the currently selected annotations. 
Usage:
in template: 
<contextmenu-item-distribute-annot @controller="annot-opr:DistributeAnnotController"></contextmenu-item-distribute-annot>
<contextmenu-item @controller="annot-opr:DistributeAnnotController"></contextmenu-item>
in fragment config: 
 fragments: [{
     target: 'fv--contextmenu-item-distribute-annot',
     config: {
         callback: UIExtension.controllers.DistributeAnnotController
     }
 }]
});