say you had a project which maven imports another, say A is the core project and B contains some super secret classes you dont want people from project A being able to see (but classes from project B are instantiated in project A), is there a way to stop people on project A from being able to decompile the contents of project B (like how in intellij you ctrl click a class and it shows you the source)
If this is not possible, is there a way to do it through a proxy project or something