Skip to content

Commit 0622bf7

Browse files
committed
Marked core.nbt package as @deprecated
Annotated `core.nbt` with `@Deprecated(since = "2.4.0")` to indicate its planned migration to a new artifact and namespace.
1 parent 1be6bde commit 0622bf7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/**
2+
* This library will be moved to a separate repository.
3+
* <p>
4+
* The package will be moved from {@code core.nbt} to {@code net.thenextlvl.nbt}<br/>
5+
* The project group will be changed from {@code net.thenextlvl.core} to {@code net.thenextlvl}<br/>
6+
* The project name will remain the same.
7+
*
8+
* @deprecated Move to the new artifact id {@code net.thenextlvl:nbt:VERSION}.
9+
*/
10+
@Deprecated(since = "2.4.0")
11+
package core.nbt;
12+

0 commit comments

Comments
 (0)