| Class | Description |
|---|---|
| InternalType |
A type which is considered JDK-internal API by JDeps.
|
| Type |
A simple textual representation of a type consisting of the package and the class name.
|
| Violation |
A violation is a dependency of a class on another class which is marked as JDK-internal API by jdeps.
|
| Violation.ViolationBuilder |
Allows to build a
Violation (which is immutable) by successively adding dependecies. |
This documentation is licensed under CC-BY 4.0, attributed to Nicolai Parlog from CodeFX.