{
ConfigurationRuleBuilder ruleBuilder = context.getConfigurationBuilder().addRule(rule);
if (rule instanceof RelocatableRule && ((RelocatableRule) rule).isRelocated())
ruleBuilder.withPriority(((RelocatableRule) rule).priority());
else
ruleBuilder.withPriority(provider.priority());
}
}
}
else
throw new RewriteException("@" + RewriteConfiguration.class.getSimpleName() + " type [" + type.getName()