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, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
annotationType, equals, hashCode, toString
public static Connector of(String value)
ConnectorLiteral
.value
- the name of the connector, must not be null
, must not be blank
ConnectorLiteral
instance.public String value()
Copyright © 2018–2021 SmallRye. All rights reserved.