in src/main/java/org/apache/sling/testing/junit/rules/InstanceConfigRule.java [39:43]
public <T extends InstanceConfig> InstanceConfigRule(T instanceConfig, boolean withRestore) {
this.instanceConfig = instanceConfig;
this.withRestore = withRestore;
this.actions = new ArrayList<Action>();
}