Package io.quarkus.agroal
Class DataSource.DataSourceLiteral
- java.lang.Object
-
- javax.enterprise.util.AnnotationLiteral<DataSource>
-
- io.quarkus.agroal.DataSource.DataSourceLiteral
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- DataSource
public static class DataSource.DataSourceLiteral extends javax.enterprise.util.AnnotationLiteral<DataSource> implements DataSource
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.quarkus.agroal.DataSource
DataSource.DataSourceLiteral
-
-
Constructor Summary
Constructors Constructor Description DataSourceLiteral(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringvalue()-
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
-
-