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.
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() |
annotationType, equals, hashCode
public static final Custom INSTANCE
Custom
annotation instance to use for injection bindings and related queries.