package com.xenoage.zong.musicxml.types.util; import com.xenoage.zong.musicxml.types.attributes.MxlEmptyPlacement; /** * Helper interface for classes which provide a {@link MxlEmptyPlacement}. * * @author Andreas Wenger */ public interface MxlEmptyPlacementContent { MxlEmptyPlacement getEmptyPlacement(); }