Skip to content

Commit

Permalink
Cleanup after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
amaembo committed Sep 27, 2024
1 parent c6cf75b commit ca65416
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 31 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
Changelog
===

Version 26.0.0
---
* Added new experimental annotation: `@NotNullByDefault`

Version 25.0.0
---
* Added Kotlin Multiplatform artifact (multiplatform-annotations).
* Removed Java 5 artifact.
* Added new annotation: `@NotNullByDefault`

Version 24.1.0
---
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@
@Documented
@Retention(RetentionPolicy.CLASS)
@Target({ElementType.TYPE, ElementType.PACKAGE})
@ApiStatus.Experimental
public @interface NotNullByDefault {
}

0 comments on commit ca65416

Please sign in to comment.