Beispiel #1
0
 @Override
 public Test copy() {
   return Test.get(type);
 }
 public static void main(String[] args) {
   Test<String> test = new GenericTest.Test();
   System.out.println(test.get());
 }