Skip to content

Commit 85ecb8f

Browse files
committed
revert: "chore: clean up @inherited annotations in kt files" (#14661)
1 parent 9a0b43d commit 85ecb8f

File tree

1 file changed

+2
-0
lines changed
  • airbyte-commons-auth/src/main/kotlin/io/airbyte/commons/auth/permissions

1 file changed

+2
-0
lines changed

airbyte-commons-auth/src/main/kotlin/io/airbyte/commons/auth/permissions/RequiresIntent.kt

+2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
package io.airbyte.commons.auth.permissions
55

66
import io.airbyte.commons.auth.generated.Intent
7+
import java.lang.annotation.Inherited
78

89
@Retention(AnnotationRetention.RUNTIME)
910
@Target(AnnotationTarget.FUNCTION)
11+
@Inherited
1012
annotation class RequiresIntent(
1113
val value: Intent,
1214
)

0 commit comments

Comments
 (0)