This rule checks that none of the other layers depend on client layer.

Noncompliant Code Example

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

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