We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a0b43d commit 85ecb8fCopy full SHA for 85ecb8f
airbyte-commons-auth/src/main/kotlin/io/airbyte/commons/auth/permissions/RequiresIntent.kt
@@ -4,9 +4,11 @@
4
package io.airbyte.commons.auth.permissions
5
6
import io.airbyte.commons.auth.generated.Intent
7
+import java.lang.annotation.Inherited
8
9
@Retention(AnnotationRetention.RUNTIME)
10
@Target(AnnotationTarget.FUNCTION)
11
+@Inherited
12
annotation class RequiresIntent(
13
val value: Intent,
14
)
0 commit comments