File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed
lib/src/main/java/com/diffplug/spotless/java Expand file tree Collapse file tree 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.
1010We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 1.27.0 ` ).
1111
1212## [ Unreleased]
13+ ### Fixed
14+ * Don't treat ` @Value ` as a type annotation [ #1367 ] ( https://github.com/diffplug/spotless/pull/1367 )
1315
1416## [ 2.30.0] - 2022-09-14
1517### Added
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change 33We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 3.27.0 ` ).
44
55## [ Unreleased]
6+ ### Fixed
7+ * Don't treat ` @Value ` as a type annotation [ #1367 ] ( https://github.com/diffplug/spotless/pull/1367 )
68
79## [ 6.11.0] - 2022-09-14
810### Added
Original file line number Diff line number Diff line change 33We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 1.27.0 ` ).
44
55## [ Unreleased]
6+ ### Fixed
7+ * Don't treat ` @Value ` as a type annotation [ #1367 ] ( https://github.com/diffplug/spotless/pull/1367 )
68
79## [ 2.27.2] - 2022-10-10
810### Fixed
You can’t perform that action at this time.
0 commit comments