kfgodel / diamond

A java project to extend reflection and make it easy to use
Apache License 2.0
0 stars 0 forks source link

Add types for null and void #224

Closed kfgodel closed 8 years ago

kfgodel commented 9 years ago

Accordig to the language spec http://docs.oracle.com/javase/specs/jls/se8/html/index.html null and void are types. I'm not sure how null can be reified

kfgodel commented 8 years ago

Can't find a way to represent null, and void is represented by Diamond.of(void.class)