package org.qi4j.bootstrap; import org.qi4j.api.type.HasTypes; /** * This represents the assembly information of a single EntityComposite in a Module. */ public interface EntityAssembly extends HasTypes { }