Skip to content

Commit 097c7c2

Browse files
authored
Add InternalAPIMarker to InternalSurfApi (#232)
2 parents 632b787 + e3aa09c commit 097c7c2

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)