Skip to content

Commit e3aa09c

Browse files
committed
Add InternalAPIMarker to InternalSurfApi
1 parent 632b787 commit e3aa09c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • surf-api-shared/surf-api-shared-public/src/main/kotlin/dev/slne/surf/surfapi/shared/api/util
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
package dev.slne.surf.surfapi.shared.api.util
22

3+
import dev.slne.surf.surfapi.shared.api.annotation.InternalAPIMarker
4+
35
@RequiresOptIn(
46
"This API is internal and should not be used from outside the library",
57
RequiresOptIn.Level.ERROR
68
)
9+
@InternalAPIMarker
710
annotation class InternalSurfApi

0 commit comments

Comments
 (0)