In in fact it is possible to implement inside typeinfo(classname) support for creation parameterized type:
typename<param1,param2,param3<a,b,c>,param4>
First we have to parse string using string tokenizer and then resolve all names into class using ClassUtils.forName
In in fact it is possible to implement inside `typeinfo(classname)` support for creation parameterized type:
```
typename<param1,param2,param3<a,b,c>,param4>
```
First we have to parse string using string tokenizer and then resolve all names into class using `ClassUtils.forName`
In in fact it is possible to implement inside
typeinfo(classname)support for creation parameterized type:First we have to parse string using string tokenizer and then resolve all names into class using
ClassUtils.forName