Skip to content

Commit

Permalink
Graduate CheckReturnValue annotation (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
amaembo committed Nov 15, 2023
1 parent ac4b67f commit 5da8dac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,10 @@
Changelog
===

Version 24.1.0
---
* `@CheckReturnValue` is not experimental anymore.

Version 24.0.1
---
* Added `@Documented` annotation where it would be useful.
Expand Down
Expand Up @@ -30,6 +30,5 @@
*/
@Documented
@Target({ElementType.METHOD, ElementType.CONSTRUCTOR, ElementType.TYPE, ElementType.PACKAGE})
@ApiStatus.Experimental
public @interface CheckReturnValue {
}
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -14,5 +14,5 @@
# limitations under the License.
#

projectVersion=24.0.1
projectVersion=24.1.0
#JDK_5=<path-to-older-java-version>

0 comments on commit 5da8dac

Please sign in to comment.