标签:eth should ring param new t 关于 test logs nbsp
实例1:
public class Test2{ public void m1(){} public void test(){ // javac warning: Unused type arguments for the non generic method m1() of type Test2; // it should not be parameterized with arguments <String> new Test2().<String>m1(); } }
实例2:
标签:eth should ring param new t 关于 test logs nbsp
原文地址:http://www.cnblogs.com/extjs4/p/7624298.html