@Target(value=METHOD) @Retention(value=RUNTIME) public @interface Schedules
Schedules annotation is applied
 must have one of the following signatures, where <METHOD>
 designates the method name:
 
void <METHOD>() void <METHOD>(Timer timer)
Schedulepublic abstract Schedule[] value
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.