/** * <copyright> * </copyright> * * */ package org.feature.multi.perspective.mapping.viewmapping.resource.mtext.ui; /** * A provider for annotation models. */ public interface IMtextAnnotationModelProvider { /** * Returns the annotation model. */ public org.eclipse.jface.text.source.IAnnotationModel getAnnotationModel(); }