Package org.wildfly.test.cloud.common
Annotation Type ConfigPlaceholderReplacement
-
public @interface ConfigPlaceholderReplacementInformation about a replacement to do
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description StringplaceholderThe placeholder string to replaceClass<? extends ConfigPlaceholderReplacer>replacerThe class handling the replacement.
-
-
-
Element Detail
-
placeholder
String placeholder
The placeholder string to replace- Returns:
- the placeholder
-
-
-
replacer
Class<? extends ConfigPlaceholderReplacer> replacer
The class handling the replacement. Needs a default constructor.- Returns:
- the class handling the replacement
-
-