Explicit note on scheduled methods with a return value

Issue: SPR-14195
This commit is contained in:
Juergen Hoeller
2016-04-27 15:45:30 +02:00
parent ce2f28da49
commit b331ad5b2a
2 changed files with 8 additions and 5 deletions

View File

@@ -293,7 +293,9 @@
<xsd:attribute name="method" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation><![CDATA[
The name of the method to be invoked.
The name of the method to be invoked. The target method must expect no arguments.
It will typically have a void return type; if not, the returned value will be
ignored when called through the scheduler.
]]></xsd:documentation>
<xsd:appinfo>
<tool:annotation>