@Qualifier @Retention(value=RUNTIME) @Target(value={METHOD,FIELD,PARAMETER,TYPE}) public @interface ConfigurationSource
ConfigurationCache injections.
The value of this annotation is a URI which locates the configuration file.
In addition to supporting 'file' URIs, ConfigurationCacheFactory will produce from a 'classpath' URI.| Modifier and Type | Fields and Description |
|---|---|
static long |
FIVE_MINUTES |
| Modifier and Type | Required Element and Description |
|---|---|
String |
value
The source of the configuration.
|
| Modifier and Type | Optional Element and Description |
|---|---|
long |
interval
The polling interval.
|
public abstract String value
Copyright © 2016–2019. All rights reserved.