Package io.quarkus.agroal.runtime
Class JdbcDriver.JdbcDriverLiteral
- java.lang.Object
-
- javax.enterprise.util.AnnotationLiteral<JdbcDriver>
-
- io.quarkus.agroal.runtime.JdbcDriver.JdbcDriverLiteral
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- JdbcDriver
public static class JdbcDriver.JdbcDriverLiteral extends javax.enterprise.util.AnnotationLiteral<JdbcDriver> implements JdbcDriver
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.quarkus.agroal.runtime.JdbcDriver
JdbcDriver.JdbcDriverLiteral
-
-
Constructor Summary
Constructors Constructor Description JdbcDriverLiteral(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
value()
-
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
-
-