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