Groovy syntax <? , <?>>
- by bsreekanth
Hello,
I was going through one of the answer in SO, where I see the following syntax
private Class<? extends Enum<?>> clazz
what all the <? , <?>> expression means. Looks like generalize the implementation based on regex kind of expression. What is it called in Groovy...
many thanks..