Skip to content

Commit e886d24

Browse files
committed
The Checker Framework supports most known type annotations.
1 parent 4ad48a9 commit e886d24

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/src/main/java/com/diffplug/spotless/java/TypeAnnotationsStep.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ private static final class State implements Serializable {
5151
*/
5252
private static final Set<String> typeAnnotations = new HashSet<>(
5353
Arrays.asList(
54-
// Type annotations from the Checker Framework.
54+
// Type annotations from the Checker Framework and all the tools it
55+
// supports, including FindBugs, JetBrains (IntelliJ), Eclipse, NetBeans,
56+
// Spring, JML, Android, etc.
5557
"A",
5658
"ACCBottom",
5759
"Acceleration",

0 commit comments

Comments
 (0)