Remove Chapter 27 from reference documentation (SPR-7433)
Chapter 27 covered @Required and RequiredAnnotationBeanPostProcessor but did not hold together as a chapter unto itself. The IoC chapter already makes mention of @Required and RequiredAnnotationBeanPostProcessor, though not in quite as much detail as Chapter 27 did. Links have been updated throughout to reference these sections and Chatper 27 has been eliminated entirely.
This commit is contained in:
@@ -765,7 +765,7 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schem
|
||||
<section id="xsd-config-body-schemas-context-ac">
|
||||
<title><literal><annotation-config/></literal></title>
|
||||
<para>Activates the Spring infrastructure for various annotations to be detected in bean classes:
|
||||
Spring's <link linkend="metadata-annotations-required"><interfacename>@Required</interfacename></link>
|
||||
Spring's <link linkend="beans-required-annotation"><interfacename>@Required</interfacename></link>
|
||||
and <link linkend="beans-annotation-config"><interfacename>@Autowired</interfacename></link>, as well as
|
||||
JSR 250's <interfacename>@PostConstruct</interfacename>, <interfacename>@PreDestroy</interfacename> and
|
||||
<interfacename>@Resource</interfacename> (if available), and JPA's
|
||||
|
||||
Reference in New Issue
Block a user