blob: 638127cb70288e347bcc6834b338b1375232424c [file] [log] [blame]
package @@ROOT_PACKAGE@@.boot;
import org.qi4j.bootstrap.ApplicationAssembly;
import org.qi4j.bootstrap.AssemblyException;
import org.qi4j.bootstrap.LayerAssembly;
@@IMPORTS@@
public class @@APPLICATION_NAME@@Assembler
{
public LayerAssembly assemble( ApplicationAssembly assembly )
throws AssemblyException
{
@@LAYER_CREATION@@
}
}