public final class BackgroundSchedulerLiteral extends AnnotationLiteral<BackgroundScheduler> implements BackgroundScheduler
BackgroundScheduler
annotation literal.
This class provides a constant instance
of the @BackgroundScheduler
annotation to be used
in method calls that require use of annotation instances.
Modifier and Type | Field and Description |
---|---|
static BackgroundScheduler |
INSTANCE
BackgroundScheduler annotation instance. |
Modifier | Constructor and Description |
---|---|
private |
BackgroundSchedulerLiteral() |
annotationType, equals, hashCode
public static final BackgroundScheduler INSTANCE
BackgroundScheduler
annotation instance.