Commit 76a6d3f
committed
[#2855] Create spotless rule for package-info.java
And `module-info.java`.
Spotless ingores package-info.java files (see
diffplug/spotless#532), but we can create
a rule that applies it if the file contains a javadoc.
Note that if the package-info.java doesn't have a javadoc,
it will cause an exception at compile time.1 parent ca28960 commit 76a6d3f
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
| |||
0 commit comments