1 package org.jbpm.instantiation;2 3 public interface Instantiator {4 5 Object instantiate(Class clazz, String configuration);6 }7