I'm using InteliJ Idea 14. And for the use of javaDocs I'm trying to create the package-info.java
(Not a valid name but it's the requirement), but the IDE won't allow to create a new Java file with that name. It says This is not a valid Java qualified name
.
Anyway I could create it as a new File with the name "package-info.java".
Is it okay to do like that ? or is there any other way ?
And why javaDoc asks to create a java file with an invalid name ?