Class CustomAnnotationLiteral

java.lang.Object
org.glassfish.jersey.internal.inject.AnnotationLiteral<Custom>
org.glassfish.jersey.internal.inject.CustomAnnotationLiteral
All Implemented Interfaces:
Annotation

public final class CustomAnnotationLiteral extends AnnotationLiteral<Custom> implements Custom
Custom annotation literal.

This class provides a constant instance of the @Custom annotation to be used in method calls that require use of annotation instances.

Author:
Marek Potociar
See Also:
  • Field Details

    • INSTANCE

      public static final Custom INSTANCE
      Custom annotation instance to use for injection bindings and related queries.