接口 AnnotationImportSelector<A extends Annotation>
- 所有超级接口:
cn.taketoday.core.annotation.AnnotationProvider<A>,ImportSelector
public interface AnnotationImportSelector<A extends Annotation>
extends cn.taketoday.core.annotation.AnnotationProvider<A>, ImportSelector
- 从以下版本开始:
- 3.0
- 作者:
- TODAY 2021/3/8 16:19
-
字段概要
从接口继承的字段 cn.taketoday.context.loader.ImportSelector
NO_IMPORTS -
方法概要
修饰符和类型方法说明String[]selectImports(A target, cn.taketoday.core.type.AnnotationMetadata annotatedMetadata) default String[]selectImports(cn.taketoday.core.type.AnnotationMetadata importingClassMetadata) Select and return the names of which class(es) should be imported based on theAnnotationMetadataof the importing @Configurationclass.从接口继承的方法 cn.taketoday.core.annotation.AnnotationProvider
annotationType, getAnnotation, getAnnotation, getAnnotation, getAttributes, getMergedAnnotation从接口继承的方法 cn.taketoday.context.loader.ImportSelector
getExclusionFilter
-
方法详细资料
-
selectImports
从接口复制的说明:ImportSelectorSelect and return the names of which class(es) should be imported based on theAnnotationMetadataof the importing @Configurationclass.- 指定者:
selectImports在接口中ImportSelector- 返回:
- the class names, or an empty array if none
-
selectImports
-