RESOLVED - issue SPR-6398: Document attributes in @Scheduled and friends

http://jira.springframework.org/browse/SPR-6398
This commit is contained in:
David Syer
2009-11-20 12:36:02 +00:00
parent 5716360936
commit af674bfac4
2 changed files with 21 additions and 1 deletions

View File

@@ -20,7 +20,7 @@
<xsd:element name="annotation-driven">
<xsd:annotation>
<xsd:documentation><![CDATA[
Enables the detection of @Async annotations on any Spring-managed object. If present,
Enables the detection of @Async and @Scheduled annotations on any Spring-managed object. If present,
a proxy will be generated for executing the annotated methods asynchronously.
]]></xsd:documentation>
</xsd:annotation>