Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对限制从一个包到包层次结构的依赖关系很感兴趣。例如,指定 com.a.package 并且不允许依赖项:
com.a.package com.a.package.subpackage com.a.package.subpackage.subpackage
JDepend 似乎支持单独添加所有这些;有没有人找到一种方法来指定一个包树?
谢谢