| Modifier and Type | Required Element and Description |
|---|---|
String |
bundle
The resource bundle containing the property to load.
|
String |
key
The key to load from the resource bundle.
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
country
The locale country to use.
|
String |
defaultValue
The default value to set in case the key does not exist or cannot be loaded.
|
boolean |
failFast
Flag to fail the configuration process if the key is absent
|
String |
language
The locale language to use.
|
int |
order
Injection order regarding other annotations.
|
String |
variant
The locale variant to use.
|
public abstract String bundle
public abstract String key
public abstract String defaultValue
public abstract boolean failFast
public abstract String language
public abstract String country
public abstract String variant
Copyright © 2020. All rights reserved.