Skip to content

Commit

Permalink
chore: add experimental annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFruxz committed Oct 31, 2023
1 parent 8ba7409 commit 91acb7b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package dev.fruxz.stacked.extension.api

@MustBeDocumented
@RequiresOptIn(level = RequiresOptIn.Level.ERROR, message = "This utilizes experimental features, stay safe!")
internal annotation class StackedExperimental

0 comments on commit 91acb7b

Please sign in to comment.