接口 AnnotationImportAware<A extends Annotation>
- 所有超级接口:
cn.taketoday.core.annotation.AnnotationProvider<A>,ImportAware
public interface AnnotationImportAware<A extends Annotation>
extends cn.taketoday.core.annotation.AnnotationProvider<A>, ImportAware
- 从以下版本开始:
- 3.0
- 作者:
- TODAY 2021/4/3 12:23
-
方法概要
修饰符和类型方法说明voidsetImportMetadata(A target, cn.taketoday.core.type.AnnotationMetadata importMetadata) default voidsetImportMetadata(cn.taketoday.core.type.AnnotationMetadata importMetadata) Set the annotation metadata of the importing @Configurationclass.从接口继承的方法 cn.taketoday.core.annotation.AnnotationProvider
annotationType, getAnnotation, getAnnotation, getAnnotation, getAttributes, getMergedAnnotation
-
方法详细资料
-
setImportMetadata
default void setImportMetadata(cn.taketoday.core.type.AnnotationMetadata importMetadata) 从接口复制的说明:ImportAwareSet the annotation metadata of the importing @Configurationclass.- 指定者:
setImportMetadata在接口中ImportAware
-
setImportMetadata
-