People
-
- Assignee:
- Tim Ducheyne
- Reporter:
- yura
-
- Votes:
- 0
- Watchers:
- 0
Dates
-
- Created:
- 06/Nov/09 10:13 AM
- Updated:
- 11/Nov/09 6:10 PM
- Resolved:
- 11/Nov/09 6:10 PM
The generics implementation in Java is very difficult to work with. A lot of information is not accessible because of the type erasure for example.
I've had to rework the type handling. Instead of Class I know use Type.
Thanks for the report,
Tim