class QueryExecutorTimeZoneProvider extends java.lang.Object implements Provider<java.util.TimeZone>
It looks like jandex
does not support new Interface<..>
with type annotations.
Modifier and Type | Field and Description |
---|---|
private QueryExecutor |
queryExecutor |
Constructor and Description |
---|
QueryExecutorTimeZoneProvider(QueryExecutor queryExecutor) |
Modifier and Type | Method and Description |
---|---|
java.util.TimeZone |
get()
Gets a result.
|
private final QueryExecutor queryExecutor
QueryExecutorTimeZoneProvider(QueryExecutor queryExecutor)