hibernate / hibernate-models

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

Make AnnotationDescriptor#createUsage return MutableAnnotationUsage #16

Closed sebersole closed 5 months ago

sebersole commented 5 months ago

Make AnnotationDescriptor#createUsage return MutableAnnotationUsage (and move MutableAnnotationUsage to spi)

Follows up on https://github.com/hibernate/hibernate-models/issues/15