I am attempting to create a package for my project in IntelliJ IDEA. I am naming the package 'com.mydomain.switch' Switch being the project name, but as soon as I type 'switch' it shows an error.
The only thing I can think of is that 'switch' is a Java keyword, is this the case? and if so what can I do about it?