package patronPrototype; public interface Prototype{ public Object clone(); }