Document `FullyQualifiedConfigurationBeanNameGenerator` in Javadoc and reference docs

Overview

Spring Framework 7.0 introduced a new ConfigurationBeanNameGenerator strategy and FullyQualifiedConfigurationBeanNameGenerator implementation for generating default names for @Bean methods based on fully-qualified method names. However, aside from the Javadoc for that interface and class, this new feature is not cross referenced in other Javadoc or covered in the reference manual.

Related Issues