package org.whole.lang.workflows.model; import java.util.List; /** * @generator Whole */ public interface Declarations extends IWorkflowsEntity, List<Declaration> { }