package org.apache.commons.collections; public interface Factory { Object create(); }