hibernate / hibernate-models

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

Add AnnotationUsage#toAnnotation #20

Closed sebersole closed 5 months ago

sebersole commented 5 months ago

Add AnnotationUsage#toAnnotation -

public interface AnnotationUsage<A extends Annotation> {
    ...

    A toAnnotation();
}