int is a reifiable type (primitive type)
List is a reifiable type (raw type)
List<?> is a reifiable type (parameterized type with unbound wildcards)
List<String> is not a reifiable type (generic type)
Class<?> is a reifiable type
Class<String> is not a reifiable type
沒有留言:
張貼留言