I have some legacy packages which doesn't have package-info.java
. For some reason I need to create package-info.javas
for them and I found the task really boring because there is no shortcut in eclipse for me to do that. I have to manually use the New > File
procedure to create the file, then manually type in those package names.
Is there a shortcut in eclipse for such task?