hibernate / hibernate-models

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

Add the ability to display a ClassDetails (including its MemberDetails) with its AnnotationUsages #74

Closed sebersole closed 2 months ago

sebersole commented 2 months ago

Mainly this is useful for cases where we dynamically build or adjust the annotations such as ORM's XML handling, so maybe belongs there; but I think others could benefit from this capability