public final class CustomAnnotationLiteral extends org.glassfish.hk2.api.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.
| Modifier and Type | Field and Description |
|---|---|
static Custom |
INSTANCE
Custom annotation instance to use for injection bindings and related queries. |
| Modifier | Constructor and Description |
|---|---|
private |
CustomAnnotationLiteral() |
public static final Custom INSTANCE
Custom annotation instance to use for injection bindings and related queries.