Class BackgroundSchedulerLiteral

java.lang.Object
org.glassfish.jersey.internal.inject.AnnotationLiteral<BackgroundScheduler>
org.glassfish.jersey.server.BackgroundSchedulerLiteral
All Implemented Interfaces:
Annotation

public final class BackgroundSchedulerLiteral extends org.glassfish.jersey.internal.inject.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
Author:
Marek Potociar
See Also:
  • Field Details

    • INSTANCE

      public static final BackgroundScheduler INSTANCE
      BackgroundScheduler annotation instance.