Package io.quarkus.reactive.datasource
Class ReactiveDataSource.ReactiveDataSourceLiteral
- java.lang.Object
-
- javax.enterprise.util.AnnotationLiteral<ReactiveDataSource>
-
- io.quarkus.reactive.datasource.ReactiveDataSource.ReactiveDataSourceLiteral
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- ReactiveDataSource
public static class ReactiveDataSource.ReactiveDataSourceLiteral extends javax.enterprise.util.AnnotationLiteral<ReactiveDataSource> implements ReactiveDataSource
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.quarkus.reactive.datasource.ReactiveDataSource
ReactiveDataSource.ReactiveDataSourceLiteral
-
-
Constructor Summary
Constructors Constructor Description ReactiveDataSourceLiteral(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
-
-