File tree 4 files changed +7
-1
lines changed
lib/src/main/java/com/diffplug/spotless/java
4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ This document is intended for Spotless developers.
10
10
We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 1.27.0 ` ).
11
11
12
12
## [ Unreleased]
13
+ ### Fixed
14
+ * Don't treat ` @Value ` as a type annotation [ #1367 ] ( https://github.com/diffplug/spotless/pull/1367 )
13
15
14
16
## [ 2.30.0] - 2022-09-14
15
17
### Added
Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ public final class FormatAnnotationsStep {
371
371
"UpperBoundBottom" ,
372
372
"UpperBoundLiteral" ,
373
373
"UpperBoundUnknown" ,
374
- "Value " ,
374
+ "ValueTypeAnno " ,
375
375
"VariableNameDefaultBottom" ,
376
376
"VariableNameDefaultMiddle" ,
377
377
"VariableNameDefaultTop" ,
Original file line number Diff line number Diff line change 3
3
We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 3.27.0 ` ).
4
4
5
5
## [ Unreleased]
6
+ ### Fixed
7
+ * Don't treat ` @Value ` as a type annotation [ #1367 ] ( https://github.com/diffplug/spotless/pull/1367 )
6
8
7
9
## [ 6.11.0] - 2022-09-14
8
10
### Added
Original file line number Diff line number Diff line change 3
3
We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 1.27.0 ` ).
4
4
5
5
## [ Unreleased]
6
+ ### Fixed
7
+ * Don't treat ` @Value ` as a type annotation [ #1367 ] ( https://github.com/diffplug/spotless/pull/1367 )
6
8
7
9
## [ 2.27.2] - 2022-10-10
8
10
### Fixed
You can’t perform that action at this time.
0 commit comments