When a new package is being created in Eclipse Juno, a java file (package-info.java) would be created automatically. What is the use of that file? Is it useful in importing
package-info.java file contains package level documentation as well as annotations.