Besides groovy is way more dynamic then java...
Why is this a compile time error in groovy (unexpected token <
):
interface A {
<T> T getByClass(Class<T> clazz)
}
How do I write this the groovy way?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…