package org.whole.lang.models.model; /** * @generator Whole */ public interface AnyType extends IModelsEntity, ForeignType { }