Class BackgroundSchedulerLiteral

All Implemented Interfaces:
Annotation

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.

Since:
2.18
See Also:
  • Field Details

    • INSTANCE

      public static final BackgroundScheduler INSTANCE
      BackgroundScheduler annotation instance.
  • Constructor Details

    • BackgroundSchedulerLiteral

      private BackgroundSchedulerLiteral()