@Retention(value=RUNTIME)
@Target(value={METHOD,CONSTRUCTOR})
public @interface ConfigurationChange
VariabilityHandler on the same constructor or method.| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
valueExpression
A programming language expression which determines the configuration.
|
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
idExpression
A fixed id denoting the new configuration.
|
public abstract java.lang.String valueExpression
public abstract java.lang.String idExpression
valueExpression().