Uses of Class
org.miaixz.bus.core.lang.annotation.resolve.GenericAnnotationMapping
Packages that use GenericAnnotationMapping
Package
Description
注解包,提供增强型注解和注解工具类,处理包括:
注解元素(AnnotatedElements)上的注解。
父元素上的注解(包括类、接口、方法、属性)。
注解上的注解。
父元素上的注解上的注解。
-
Uses of GenericAnnotationMapping in org.miaixz.bus.core.lang.annotation.resolve
Methods in org.miaixz.bus.core.lang.annotation.resolve that return GenericAnnotationMappingModifier and TypeMethodDescriptionstatic GenericAnnotationMappingGenericAnnotationMapping.create(Annotation annotation, boolean isRoot) 创建一个通用注解包装类Methods in org.miaixz.bus.core.lang.annotation.resolve that return types with arguments of type GenericAnnotationMappingModifier and TypeMethodDescriptionAnnotatedElements.getMetaElementCache(AnnotatedElement element) 创建一个不支持注解解析的MetaAnnotatedElementAnnotatedElements.getRepeatableMetaElementCache(AnnotatedElement element) 创建一个不支持注解解析的RepeatableMetaAnnotatedElement