@Qualifier @Retention(value=RUNTIME) @Target(value={FIELD,TYPE}) public @interface Configurable
The root class of any configuration group must contain this annotation. Any inner classes must be static, but are not required to use this annotation, but they man.
When calculating configuration item names, the presence of this annotation will override the naming heuristics usually used.
| Modifier and Type | Optional Element and Description |
|---|---|
String |
simpleName |
String |
value |
Copyright © 2016 JBoss by Red Hat. All rights reserved.