790477691 commented on issue #23796:
URL:
https://github.com/apache/shardingsphere/issues/23796#issuecomment-1407856438
```text
org.apache.shardingsphere:shardingsphereinfra-common:5.3.1
```
```text
package org.apache.shardingsphere.infra.yaml.config.pojo.rule;
import org.apache.shardingsphere.infra.config.rule.RuleConfiguration;
import org.apache.shardingsphere.infra.util.yaml.YamlConfiguration;
/**
* YAML rule configuration.
*/
public interface YamlRuleConfiguration extends YamlConfiguration {
/**
* Get rule configuration type.
*
* @return rule configuration type
*/
Class<? extends RuleConfiguration> getRuleConfigurationType();
}
```
This interface really doesn't have a single argument constructor
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]