kfgodel / diamond

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

Allow a method to check assignability #222

Closed kfgodel closed 9 years ago

kfgodel commented 9 years ago

Type.isAssignableTo(otherType) Type.isAssignableFrom(otherType)

That needs to be directed to native implementations