blob: e17baad00ef9144056f650429708929cc5f29c37 [file] [log] [blame]
package org.eclipse.epf.common.utils;
public interface IObjectFactory {
Object create(Class type, Object context);
}