Simple customizable helper class for creating threads. Provides various bean properties, such as thread name prefix, thread priority, etc.
Serves as base class for thread factories such as {@link org.springframework.scheduling.concurrent.CustomizableThreadFactory}.
@author Juergen Hoeller
@since 2.0.3
@see org.springframework.scheduling.concurrent.CustomizableThreadFactory
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.