@Retention(value=RUNTIME) @Target(value={FIELD,TYPE,METHOD}) @Repeatable(value=Configurables.class) public @interface Configurable
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 © 2019 JBoss by Red Hat. All rights reserved.