clarified double role of id property

master
Juergen Hoeller 15 years ago
parent d54cf0ca37
commit d6197b743d
  1. 5
      org.springframework.context/src/main/resources/org/springframework/scheduling/config/spring-task-3.0.xsd

@ -84,7 +84,10 @@
<xsd:annotation>
<xsd:documentation><![CDATA[
The bean name for the generated ThreadPoolTaskExecutor instance.
It will also be used as the default thread name prefix.
This value will also be used as the thread name prefix which is why it is
required even when defining the executor as an inner bean: The executor
won't be directly accessible then but will nevertheless use the specified
id as the thread name prefix of the threads that it manages.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>

Loading…
Cancel
Save