Eclipse Juno - What is the use of package-info.java?

前端 未结 3 602
伪装坚强ぢ
伪装坚强ぢ 2020-12-09 02:06

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

3条回答
  •  北海茫月
    2020-12-09 02:13

    package-info.java file contains package level documentation as well as annotations.

提交回复
热议问题