
com.undefinedlabs.scope.rules.JavaSQLComposedScopeAgentRule Maven / Gradle / Ivy
package com.undefinedlabs.scope.rules;
import java.util.Arrays;
import java.util.Collections;
public class JavaSQLComposedScopeAgentRule extends AbstractComposedScopeAgentRule {
@Override
protected Iterable extends AbstractScopeAgentRule> rules() {
return Collections.unmodifiableList(Arrays.asList(new ConnectionScopeAgentRule(), new StatementScopeAgentRule()));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy