Files
openide/java/java-impl/resources/inspectionDescriptions/PackageInfoWithoutPackage.html
2025-02-05 04:43:28 +00:00

8 lines
267 B
HTML

<html>
<body>
Reports <code>package-info.java</code> files without a <code>package</code> statement.
<p>
The Javadoc tool considers such files documentation for the default package even when the file is located somewhere else.</p>
<!-- tooltip end -->
</body>
</html>