hibernate / hibernate-models

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

Fix AnnotationTargetSupport#getMetaAnnotated #40

Closed dreab8 closed 3 months ago

dreab8 commented 3 months ago

Not sure the proposed change is correct but I noticed that an annotation like @Comment

@TypeBinderType(binder = CommentBinder.class)
...
public @interface Comment {

was not returned bygetMetaAnnotated( TypeBinderType.class )