|
|
|
|
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
|
|
|
|
/* |
|
|
|
|
* Copyright 2002-2012 the original author or authors. |
|
|
|
|
* Copyright 2002-2013 the original author or authors. |
|
|
|
|
* |
|
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
|
* you may not use this file except in compliance with the License. |
|
|
|
|
@ -49,7 +49,7 @@ import org.springframework.util.ReflectionUtils;
@@ -49,7 +49,7 @@ import org.springframework.util.ReflectionUtils;
|
|
|
|
|
* to automatically register a trigger for the corresponding JobDetail, |
|
|
|
|
* instead of registering the JobDetail separately. |
|
|
|
|
* |
|
|
|
|
* <p><b>NOTE:</b> This FactoryBean works against both Quartz 1.x and Quartz 2.0/2.1, |
|
|
|
|
* <p><b>NOTE:</b> This FactoryBean works against both Quartz 1.x and Quartz 2.x, |
|
|
|
|
* in contrast to the older {@link SimpleTriggerBean} class. |
|
|
|
|
* |
|
|
|
|
* @author Juergen Hoeller |
|
|
|
|
|