Content deleted Content added
m Reverted edits by 2601:742:8000:D240:D483:E181:EC23:5D4A (talk): using Wikipedia for advertising/promotion (HG) (3.4.9) |
→Using packages: Added section on the `package-info.java` file. |
||
Line 30:
</source>
does not require a preceding import declaration.
===Package-wide Javadoc & annotations===
Documentation explaining the package as a whole is written as [[Javadoc]] in a file named exactly `package-info.java`. That file is also the place for annotations to be used across all classes of the package. See [https://docs.oracle.com/javase/specs/jls/se11/html/jls-7.html#jls-7.4.1 Java Language Specification].
===The unnamed package===
|