I often split modules into public and impl parts, ...
# random
u
I often split modules into public and impl parts, in a common parent folder. This is annoying to do manually. What do I want to automate this? Intellij plugin?
m
If you’re looking for an automated way for generating a project structure, check out Archetypes, if woking with Maven, or gradle-archetype-plugin, if using Gradle.
u
thx