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. |
annotationType, equals, hashCode
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
annotationType, equals, hashCode, toString
public static final Custom INSTANCE
Custom
annotation instance to use for injection bindings and related queries.Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.