类的使用
org.springframework.scheduling.annotation.Scheduled
使用Scheduled的程序包 程序包 说明 org.springframework.scheduling.annotation Java 5 annotation for asynchronous method execution.org.springframework.scheduling.annotation中Scheduled的使用
返回Scheduled的org.springframework.scheduling.annotation中的方法 修饰符和类型 方法 说明 Scheduled[]value()参数类型为Scheduled的org.springframework.scheduling.annotation中的方法 修饰符和类型 方法 说明 protected voidScheduledAnnotationBeanPostProcessor. processScheduled(Scheduled scheduled, Method method, Object bean)Process the given@Scheduledmethod declaration on the given bean.