This rule checks that batch layer does not depend on dataaccess layer. Allowed dependencies from the batch layer:

Noncompliant Code Example

    package com.devonfw.ide.sonarqube.batch.api;

    import com.devonfw.ide.sonarqube.dataaccess.api.Bar;
    
    public class MyClass {}