#open-source
#support-and-care
#maven
#java
Separating Contract and Implementation with Java Modules
Java Modules let you separate domain types from their implementation. Learn how to extract an API module and use requires transitive for implied readability, so consumers get access to contract types automatically.