Interface AnnotationMapping<T extends Annotation>

Type Parameters:
T - 注解类型
All Superinterfaces:
Annotation
All Known Implementing Classes:
GenericAnnotationMapping, ResolvedAnnotationMapping

public interface AnnotationMapping<T extends Annotation> extends Annotation
用于增强注解的包装器
Since:
Java 17+
Author:
Kimi Liu
See Also: