Skip to content

Commit bd12e20

Browse files
committed
Don't treat @Value as a type annotation
1 parent 0b186ab commit bd12e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ public final class FormatAnnotationsStep {
371371
"UpperBoundBottom",
372372
"UpperBoundLiteral",
373373
"UpperBoundUnknown",
374-
"Value",
374+
"ValueTypeAnno",
375375
"VariableNameDefaultBottom",
376376
"VariableNameDefaultMiddle",
377377
"VariableNameDefaultTop",

0 commit comments

Comments
 (0)