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