我如何利用贾瓦西人界定一个参数化的清单领域? 我已尝试了以下法典,其中没有使用未计数的清单类别,而是在给出参数时造成一种不遵约的观念。
ClassPool pool = ClassPool.getDefault();
pool.importPackage("java.util.List");
CtClass cc = pool.makeClass("Test");
CtField f = CtField.make("public List<String> p;", cc);
// throws javassist.CannotCompileException: [source error] syntax error near "lic List<String> p;"