Class ScheduledMethodProcessor

java.lang.Object
io.micronaut.scheduling.processor.ScheduledMethodProcessor
All Implemented Interfaces:
AnnotationProcessor<Scheduled,ExecutableMethod<?,?>>, ExecutableMethodProcessor<Scheduled>, Closeable, AutoCloseable

@Singleton public class ScheduledMethodProcessor extends Object implements ExecutableMethodProcessor<Scheduled>, Closeable
A ExecutableMethodProcessor for the Scheduled annotation.
Since:
1.0
Author:
graemerocher