I created a domain class

com.grailsinaction.User

the ide displayed this as
grails-app/domain
com.grailsinaction/User.groovy

I was thinking: grails-app/domain/com/grailsinaction/User.groovy

but it shows a package icon before the com.grailsinaction entry,
is this a short hand for the usual expanded path?