hibernate / hibernate-models

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

Better account for annotation attributes without default values #50

Closed sebersole closed 3 months ago

sebersole commented 3 months ago

Currently we blow up with a NPE when creating the baseline Map of attribute values from the defaults when we attempt to dereference such values. So far I have only seen this happen with Class but in theory is possible with other types.