类的使用
org.springframework.context.annotation.AnnotationBeanNameGenerator
使用AnnotationBeanNameGenerator的程序包 程序包 说明 org.springframework.context.annotation Annotation support for the Application Context, including JSR-250 "common" annotations, component-scanning, and Java-based metadata for creating Spring-managed objects.org.springframework.context.annotation中AnnotationBeanNameGenerator的使用
org.springframework.context.annotation中AnnotationBeanNameGenerator的子类 修饰符和类型 类 说明 classFullyQualifiedAnnotationBeanNameGeneratorAn extension ofAnnotationBeanNameGeneratorthat uses the fully qualified class name as the default bean name if an explicit bean name is not supplied via a supported type-level annotation such as@Component(seeAnnotationBeanNameGeneratorfor details on supported annotations).声明为AnnotationBeanNameGenerator的org.springframework.context.annotation中的字段 修饰符和类型 字段 说明 static AnnotationBeanNameGeneratorConfigurationClassPostProcessor. IMPORT_BEAN_NAME_GENERATORABeanNameGeneratorusing fully qualified class names as default bean names.static AnnotationBeanNameGeneratorAnnotationBeanNameGenerator. INSTANCEA convenient constant for a defaultAnnotationBeanNameGeneratorinstance, as used for component scanning purposes.