Class GenericAnnotationMapping

java.lang.Object
org.miaixz.bus.core.lang.annotation.resolve.GenericAnnotationMapping
All Implemented Interfaces:
Annotation, AnnotationMapping<Annotation>

public class GenericAnnotationMapping extends Object implements AnnotationMapping<Annotation>
AnnotationMapping的基本实现,仅仅是简单包装了注解对象
Since:
Java 17+
Author:
Kimi Liu