2026-03-17 13:31:18 -07:00

6 lines
91 B
Java

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