Verifies that package declarations are uniformly wrapped and indented.
The phrase "wrap before X" means that a line break and spaces appear right before "X", such that "X" is vertically
aligned with the first token in the immediately preceding line.
Quickfixes:
- Wrap line
- Wraps this line at the correct position.
- Join lines
- Appends this line to the previous.
- Correct indentation
- Corrects the indentation of this line.
-
-
Property Summary
Properties
Name |
Description |
wrapDeclBeforePackage
|
Whether to wrap package declarations before the PACKAGE keyword (in "package-info.java ").
|
-
-
Property Detail
-
Whether to wrap package declarations before the
PACKAGE
keyword (in "package-info.java
").
Example:
@NonNullByDefault
package com.acme.product;
Default values are underlined.
For a description of the individual values, click them.