Removes the given annotation from the model. I.e. the annotation is no longer managed by this model. The position associated with the annotation is no longer updated on document changes. If the annotation is not managed by this model, nothing happens.
Performance hint: Use {@link IAnnotationModelExtension#replaceAnnotations(Annotation[],java.util.Map)}if several annotations are removed and/or added.
@param annotation the annotation to be removed from this model,may not be null
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.