blob: 0c8653704835bcb02152ceeb29fb02dd7c0a5816 [file] [log] [blame]
package org.apache.yoko.util;
public interface Factory<V> {
V create();
}