System.out.println("Hello World!!!!" + context.getJobDetail().getJobDataMap().getDouble("age"));
2017-06-21
Refer to Method PropertySettingJobFactory.setBeanProps for the automatically call setter methods. Basically it's java IOC.
2017-06-20