hibernate / hibernate-models

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

Have MutableAnnotationTarget#applyAnnotationUsage operate as get-or-make #57

Closed sebersole closed 2 months ago

sebersole commented 2 months ago

Currently MutableAnnotationTarget#applyAnnotationUsage overloads operate as always-make. Change this to instead operate as get-or-make.