hibernate / hibernate-models

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

Create ObjectClassDetails #17

Closed sebersole closed 5 months ago

sebersole commented 5 months ago

Create ObjectClassDetails to model java.lang.Object

Make it easier to implement "stop at Object" logic. Plus we want to filter out annotations, fields and methods.