00001 package rlpark.plugin.rltoys.utils; 00002 00003 public interface Prototype<T> { 00004 T prototype(); 00005 }