Uses of Annotation Interface
dev.voidframework.scheduler.Scheduled
Packages that use Scheduled
-
Uses of Scheduled in dev.voidframework.scheduler.module
Methods in dev.voidframework.scheduler.module that return ScheduledModifier and TypeMethodDescriptionScheduledHandlers.ScheduledHandler.scheduledAnnotation()Returns the value of thescheduledAnnotationrecord component.Constructors in dev.voidframework.scheduler.module with parameters of type ScheduledModifierConstructorDescriptionScheduledHandler(Class<?> classType, Method method, Scheduled scheduledAnnotation) Creates an instance of aScheduledHandlerrecord class.