///
/// Default is Spring's , which supports
- /// standard Quartz instances.
+ /// standard Quartz instances. Note that this default only applies
+ /// to a local Scheduler, not to a RemoteScheduler (where setting
+ /// a custom JobFactory is not supported by Quartz).
///
///
/// Specify an instance of Spring's here
- /// (typically as an inner object definition) to automatically populate a
- /// job's object properties from the specified job data map and scheduler
- /// context.
+ /// (typically as an inner object definition) to automatically populate a job's
+ /// object properties from the specified job data map and scheduler context.
///
///
///