AcyclicDependenciesPrinciple is usually applied to packages.
When applied to objects, it doesn't seem to hold. Some ObjectOriented practitioners think that classes are a kind of packages, so the AcyclicDependenciesPrinciple should still hold. However, in SmalltalkLanguage we have the following CounterExample?:
In Java the same occurs among Object and String.