Make Permission API non-experimental (#5537)

This commit is contained in:
Patbox 2026-08-10 14:45:01 +02:00 committed by GitHub
parent 58e078ad26
commit e442d8d0e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View file

@ -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;

View file

@ -26,6 +26,6 @@
],
"accessWidener": "fabric-permission-api-v1.classtweaker",
"custom": {
"fabric-api:module-lifecycle": "experimental"
"fabric-api:module-lifecycle": "stable"
}
}