package drawing; /** * The abstract LayerAnnotation class represents any visible entity that may be * created by the user and placed on a layer. */ public abstract class LayerAnnotation {}