Polish @EnableScheduling Javadoc and related XSD

This commit is contained in:
Chris Beams
2011-06-02 14:43:59 +00:00
parent 3e5c6306be
commit aa0c64d2f2
5 changed files with 56 additions and 13 deletions

View File

@@ -55,7 +55,9 @@
<xsd:element name="scheduler">
<xsd:annotation>
<xsd:documentation><![CDATA[
Defines a ThreadPoolTaskScheduler instance with configurable pool size.
Defines a ThreadPoolTaskScheduler instance with configurable pool size. See Javadoc
for the org.springframework.scheduling.annotation.EnableScheduling annotation for
information on a code-based alternative to this XML element.
]]></xsd:documentation>
</xsd:annotation>
<xsd:complexType>