Skip to content

Commit

Permalink
Don't treat @Value as a type annotation (#1367)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg authored Oct 14, 2022
2 parents 6e84f68 + 4b13e32 commit 8b24963
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ This document is intended for Spotless developers.
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `1.27.0`).

## [Unreleased]
### Fixed
* Don't treat `@Value` as a type annotation [#1367](https://github.com/diffplug/spotless/pull/1367)

## [2.30.0] - 2022-09-14
### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ public final class FormatAnnotationsStep {
"UpperBoundBottom",
"UpperBoundLiteral",
"UpperBoundUnknown",
"Value",
"ValueTypeAnno",
"VariableNameDefaultBottom",
"VariableNameDefaultMiddle",
"VariableNameDefaultTop",
Expand Down
2 changes: 2 additions & 0 deletions plugin-gradle/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `3.27.0`).

## [Unreleased]
### Fixed
* Don't treat `@Value` as a type annotation [#1367](https://github.com/diffplug/spotless/pull/1367)

## [6.11.0] - 2022-09-14
### Added
Expand Down
2 changes: 2 additions & 0 deletions plugin-maven/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `1.27.0`).

## [Unreleased]
### Fixed
* Don't treat `@Value` as a type annotation [#1367](https://github.com/diffplug/spotless/pull/1367)

## [2.27.2] - 2022-10-10
### Fixed
Expand Down

0 comments on commit 8b24963

Please sign in to comment.