Groovy syntax <? , <?>>

Posted by bsreekanth on Stack Overflow See other posts from Stack Overflow or by bsreekanth
Published on 2010-04-30T20:52:38Z Indexed on 2010/04/30 20:57 UTC
Read the original article Hit count: 534

Filed under:

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..

© Stack Overflow or respective owner

Related posts about groovy