@Target(METHOD) @Retention(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)
Schedule
Copyright © 2018, 2022 Eclipse Foundation.
Use is subject to license terms.