/**
*
* Scheduling convenience classes for the JDK 1.5+ Executor mechanism
* in the <code>java.util.concurrent</code> package, allowing to set up a
* ThreadPoolExecutor or ScheduledThreadPoolExecutor as a bean in a Spring
* context. Provides support for the native <code>java.util.concurrent</code>
* interfaces as well as the Spring <code>TaskExecutor</code> mechanism.
*
*/
package org.springframework.scheduling.concurrent;
|