hibernate / hibernate-models

An abstraction over "reflection" and annotations
Apache License 2.0
2 stars 5 forks source link

Add HCANN isTypeResolved corollary #11

Closed sebersole closed 5 months ago

sebersole commented 5 months ago

HCANN exposes XMember#isTypeResolved and XClass#isResolved to tell whether a Class has yet been added to the ClassLoader. Add a corollary of this to ClassDetails and MemberDetails as well.