diff --git a/framework-docs/modules/ROOT/pages/core/beans/java.adoc b/framework-docs/modules/ROOT/pages/core/beans/java.adoc index 9cb9f492b6e..8f3f9f7aac0 100644 --- a/framework-docs/modules/ROOT/pages/core/beans/java.adoc +++ b/framework-docs/modules/ROOT/pages/core/beans/java.adoc @@ -3,17 +3,5 @@ :page-section-summary-toc: 1 This section covers how to use annotations in your Java code to configure the Spring -container. It includes the following topics: - -* xref:core/beans/java/basic-concepts.adoc[Basic Concepts: `@Bean` and `@Configuration`] -* xref:core/beans/java/instantiating-container.adoc[Instantiating the Spring Container by Using `AnnotationConfigApplicationContext`] -* xref:core/beans/java/bean-annotation.adoc[Using the `@Bean` Annotation] -* xref:core/beans/java/configuration-annotation.adoc[Using the `@Configuration` annotation] -* xref:core/beans/java/composing-configuration-classes.adoc[Composing Java-based Configurations] -* xref:core/beans/environment.adoc#beans-definition-profiles[Bean Definition Profiles] -* xref:core/beans/environment.adoc#beans-property-source-abstraction[`PropertySource` Abstraction] -* xref:core/beans/environment.adoc#beans-using-propertysource[Using `@PropertySource`] -* xref:core/beans/environment.adoc#beans-placeholder-resolution-in-statements[Placeholder Resolution in Statements] - - +container.