How packages works in grails please?
For example if I have the following structure:
org.me.pack1
org.me.pack2
org.me.pack1.auth
org.me.pack1.recruitement
org.me.pack1.recruitement.staff
how packages work in this case? are auth,recruitement and staff all included in the same package? can auth package classes call recruitement classes without import?
Thank you