public final class ConnectorLiteral extends javax.enterprise.util.AnnotationLiteral<Connector> implements Connector
Connector qualifier.| Modifier and Type | Method and Description |
|---|---|
static Connector |
of(String value)
Creates a new instance of
ConnectorLiteral. |
String |
value() |
annotationType, equals, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitannotationType, equals, hashCode, toStringpublic static Connector of(String value)
ConnectorLiteral.value - the name of the connector, must not be null, must not be blankConnectorLiteral instance.public String value()
Copyright © 2018–2021 SmallRye. All rights reserved.