Annotation Interface QuartzTransactionManager


@Target({FIELD,METHOD,PARAMETER,TYPE,ANNOTATION_TYPE}) @Retention(RUNTIME) @Documented @Qualifier public @interface QuartzTransactionManager
Qualifier annotation for a TransactionManager to be injected into Quartz auto-configuration. Can be used on a secondary transaction manager, if there is another one marked as @Primary.
Since:
2.2.11
Author:
Andy Wilkinson
See Also: