hibernate / hibernate-models

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

Bug accessing repeatable annotation as single entry in container #1

Closed sebersole closed 7 months ago

sebersole commented 7 months ago

Given

@NamedQueries(
    @NamedQuery(...)
)

a call to getAnnotationUsage( NamedQuery.class ) will return null.