package org.whole.examples.lang.imp.model; /** * @generator Whole */ public interface EmptyStatement extends IImpEntity, Statement { }