mirror of
https://github.com/FabricMC/fabric
synced 2026-08-19 06:26:07 -04:00
Make Permission API non-experimental (#5537)
This commit is contained in:
parent
58e078ad26
commit
e442d8d0e8
2 changed files with 1 additions and 3 deletions
|
|
@ -102,9 +102,7 @@
|
|||
* });
|
||||
* }</pre>
|
||||
*/
|
||||
@ApiStatus.Experimental
|
||||
@NullMarked
|
||||
package net.fabricmc.fabric.api.permission.v1;
|
||||
|
||||
import org.jetbrains.annotations.ApiStatus;
|
||||
import org.jspecify.annotations.NullMarked;
|
||||
|
|
|
|||
|
|
@ -26,6 +26,6 @@
|
|||
],
|
||||
"accessWidener": "fabric-permission-api-v1.classtweaker",
|
||||
"custom": {
|
||||
"fabric-api:module-lifecycle": "experimental"
|
||||
"fabric-api:module-lifecycle": "stable"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue